diff --git a/.huskies/source-map.json b/.huskies/source-map.json index d41ecf2c..21ef1cd1 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1378,7 +1378,9 @@ "fn rebuild_gateway_project_index" ], "server/src/crdt_state/state/init.rs": [ - "fn init" + "enum PersistMsg", + "fn init", + "fn flush_persistence" ], "server/src/crdt_state/state/mod.rs": [ "fn subscribe", @@ -1389,6 +1391,7 @@ "fn init_for_test" ], "server/src/crdt_state/state/statics.rs": [ + "static PERSIST_PENDING", "static CRDT_EVENT_TX", "static SYNC_TX", "static ALL_OPS",