fix: internal state for script triggers v3

This commit is contained in:
Ruben Fiszel
2022-06-27 22:53:40 +02:00
parent 22c6347d8a
commit 31445d7182
+1 -1
View File
@@ -47,7 +47,7 @@ export async function getResource(path: string, initializeToTypeIfNotExist?: str
}
function getInternalStatePath(suffix?: string): string {
export function getInternalStatePath(suffix?: string): string {
const env_flow_path = Deno.env.get("WM_FLOW_PATH")
const env_job_path = Deno.env.get("WM_JOB_PATH")
const permissioned_as = Deno.env.get("WM_PERMISSIONED_AS")