mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
Ensure fs_sync always writes to current state's path (even if Yaak changes the default)
This commit is contained in:
@@ -29,8 +29,6 @@ async function sync() {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('Syncing model stores', args);
|
||||
|
||||
// Set the things we need first, first
|
||||
jotaiStore.set(httpRequestsAtom, await invokeCmd('cmd_list_http_requests', args));
|
||||
jotaiStore.set(grpcRequestsAtom, await invokeCmd('cmd_list_grpc_requests', args));
|
||||
|
||||
Reference in New Issue
Block a user