File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ const collection = queryCollectionOptions({
3636
3737// Check sync status
3838if (collection .utils .isFetching ) {
39- console .log (' Syncing with server...' )
39+ console .log (" Syncing with server..." )
4040}
4141
4242if (collection .utils .isRefetching ) {
43- console .log (' Background refresh in progress' )
43+ console .log (" Background refresh in progress" )
4444}
4545
4646// Show last update time
@@ -49,7 +49,7 @@ console.log(`Last synced: ${lastUpdate.toLocaleTimeString()}`)
4949
5050// Check error state (now using getters)
5151if (collection .utils .isError ) {
52- console .error (' Sync failed:' , collection .utils .lastError )
52+ console .error (" Sync failed:" , collection .utils .lastError )
5353 console .log (` Failed ${collection .utils .errorCount } times ` )
5454}
5555```
You can’t perform that action at this time.
0 commit comments