build tutorial after repl

This commit is contained in:
Felix Roos
2022-02-18 13:45:15 +01:00
parent aa850918ad
commit 7b28a620a9
3 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function useCycle(props: UseCycleProps) {
useEffect(() => {
ready && query();
}, [onEvent, onSchedule, onQuery]);
}, [onEvent, onSchedule, onQuery, ready]);
const start = async () => {
console.log('start');