Ensure fs_sync always writes to current state's path (even if Yaak changes the default)

This commit is contained in:
Gregory Schier
2025-01-08 09:20:59 -08:00
parent 95266a9177
commit 37671a50f2
3 changed files with 19 additions and 16 deletions

View File

@@ -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));