Skip to content

Commit 02c685f

Browse files
committed
more lint
1 parent 34f4a2b commit 02c685f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • demo/Blackholio/server-rust/src

demo/Blackholio/server-rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub struct CircleRecombineTimer {
109109
player_id: i32,
110110
}
111111

112-
#[spacetimedb::table(name = consume_entity_event, public, event)]
112+
#[spacetimedb::table(accessor = consume_entity_event, public, event)]
113113
pub struct ConsumeEntityEvent {
114114
consumed_entity_id: i32,
115115
consumer_entity_id: i32,

0 commit comments

Comments
 (0)