Browse Source

chore: fix lint

rcmerci 3 years ago
parent
commit
b8707cd719
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/frontend/fs/sync.cljs

+ 3 - 2
src/main/frontend/fs/sync.cljs

@@ -2118,8 +2118,9 @@
   (<sync-local->remote-all-files! [this] "compare all local files to remote ones, sync when not equal.
   (<sync-local->remote-all-files! [this] "compare all local files to remote ones, sync when not equal.
   if local-txid != remote-txid, return {:need-sync-remote true}"))
   if local-txid != remote-txid, return {:need-sync-remote true}"))
 
 
-(defrecord Remote->LocalSyncer [user-uuid graph-uuid base-path repo *txid *sync-state remoteapi
-                                ^:mutable local->remote-syncer *stopped *paused]
+(defrecord ^:large-vars/cleanup-todo
+    Remote->LocalSyncer [user-uuid graph-uuid base-path repo *txid *sync-state remoteapi
+                         ^:mutable local->remote-syncer *stopped *paused]
   Object
   Object
   (set-local->remote-syncer! [_ s] (set! local->remote-syncer s))
   (set-local->remote-syncer! [_ s] (set! local->remote-syncer s))
   (sync-files-remote->local!
   (sync-files-remote->local!