fix compile

This commit is contained in:
Ruben Fiszel
2026-02-05 14:24:26 +00:00
parent 5cdecd795c
commit efc9acd488
3 changed files with 6 additions and 5 deletions

View File

@@ -19151,6 +19151,7 @@ components:
java,
ruby,
duckdb,
bunnative,
# for related places search: ADD_NEW_LANG
]

View File

@@ -10,9 +10,9 @@ path = "src/lib.rs"
[features]
default = []
parquet = ["dep:object_store"]
private = []
enterprise = []
parquet = ["dep:object_store", "windmill-common/parquet"]
private = ["windmill-common/private"]
enterprise = ["windmill-common/enterprise"]
[dependencies]
windmill-common.workspace = true

View File

@@ -84,7 +84,7 @@
workspace: $workspaceStore!
},
generatedCode,
abortController
abortController!
)
} else {
await copilot(
@@ -97,7 +97,7 @@
workspace: $workspaceStore!
},
generatedCode,
abortController
abortController!
)
}
}