Skip to content

Commit

Permalink
Merge pull request #124 from Thymis-io/disable-auto-build
Browse files Browse the repository at this point in the history
disable build called in saveState
  • Loading branch information
MSchmoecker authored Nov 12, 2024
2 parents f0743fa + 14da99b commit 8f82164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const saveState = async () => {
body: JSON.stringify(currentState)
});
await invalidate((url) => url.pathname === '/api/state');
await build();
// await build();
};

export const build = async () => {
Expand Down

0 comments on commit 8f82164

Please sign in to comment.