Created by admin 179 days ago Viewed 398 times 0 Points
No comments yet
export async function main(message: string, name: string) {
const flow_id = Deno.env.get("WM_FLOW_JOB_ID")
console.log("message", message)
console.log("name",name)
return { message, flow_id }
}
No comments yet