Skip to content

Commit 6d4c323

Browse files
committed
Fix some merge mistakes
1 parent ac16512 commit 6d4c323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/schema/src/def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use spacetimedb_data_structures::error_stream::{CollectAllErrors, CombineErrors,
3232
use spacetimedb_data_structures::map::{Equivalent, HashMap};
3333
use spacetimedb_lib::db::raw_def;
3434
use spacetimedb_lib::db::raw_def::v10::{
35-
ExplicitNames, RawConstraintDefV10, RawHttpHandlerDefV10, RawHttpRouteDefV10, RawIndexDefV10,
35+
ExplicitNames, MethodOrAny, RawConstraintDefV10, RawHttpHandlerDefV10, RawHttpRouteDefV10, RawIndexDefV10,
3636
RawLifeCycleReducerDefV10, RawModuleDefV10, RawModuleDefV10Section, RawProcedureDefV10, RawReducerDefV10,
3737
RawRowLevelSecurityDefV10, RawScheduleDefV10, RawScopedTypeNameV10, RawSequenceDefV10, RawTableDefV10,
3838
RawTypeDefV10, RawViewDefV10,

0 commit comments

Comments
 (0)