mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
nit
This commit is contained in:
@@ -114,7 +114,7 @@ export async function inferAssets(
|
||||
return []
|
||||
}
|
||||
|
||||
export async function inferAnsibleExecutionMode(code: string): any {
|
||||
export async function inferAnsibleExecutionMode(code: string): Promise<any> {
|
||||
try {
|
||||
await initWasmYaml()
|
||||
return JSON.parse(parse_ansible_delegate(code))
|
||||
|
||||
Reference in New Issue
Block a user