remove unecessary multiplier

This commit is contained in:
Jade (Rose) Rowland 2024-03-20 15:02:20 -04:00
parent 5982e3ebea
commit cbe7e69e13
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ export function repl({
onToggle,
editPattern,
onUpdateState,
sync = false,
sync = true,
}) {
const state = {
schedulerError: undefined,