Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Dec 14, 2023
1 parent 2b8c305 commit 2a8075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SolverConfig.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
return stdFlags.indexOf(f) !== -1;
}
function reset() {
export function reset() {
enableTimeLimit = false;
timeLimit = 1;
Expand Down

0 comments on commit 2a8075d

Please sign in to comment.