resuming suspended flows as owner is now through flow id

This commit is contained in:
Ruben Fiszel
2022-12-24 09:16:30 +01:00
parent fcb466812a
commit cd435fa07c
7 changed files with 94 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
import { getScriptByPath } from '$lib/utils'
export let path: string
export let hash: string | undefined
export let hash: string | undefined = undefined
let code: string
let language: 'deno' | 'python3' | 'go' | 'bash'