fix compile

This commit is contained in:
Ruben Fiszel
2025-01-27 22:32:45 +01:00
parent 38199a2e7e
commit 86e8f2a4fb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
0c89b8974ff6e1c9eda2134f09d4a03f18b57c15
35402ea9fc459245d8b734b50ed98923e3061514
+1 -1
View File
@@ -16,7 +16,6 @@ use crate::{
webhook_util::{WebhookMessage, WebhookShared},
HTTP_CLIENT,
};
use windmill_common::variables::encrypt;
#[cfg(feature = "parquet")]
use crate::{
job_helpers_ee::{
@@ -54,6 +53,7 @@ use windmill_audit::audit_ee::audit_log;
use windmill_audit::ActionKind;
#[cfg(feature = "parquet")]
use windmill_common::s3_helpers::build_object_store_client;
use windmill_common::variables::encrypt;
use windmill_common::{
apps::{AppScriptId, ListAppQuery},
cache::{self, future::FutureCachedExt},