From 86e8f2a4fb610ab0bae5f2064befaeba14bdee22 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 27 Jan 2025 22:32:45 +0100 Subject: [PATCH] fix compile --- backend/ee-repo-ref.txt | 2 +- backend/windmill-api/src/apps.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 9f385d12b5..aa561843a1 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -0c89b8974ff6e1c9eda2134f09d4a03f18b57c15 +35402ea9fc459245d8b734b50ed98923e3061514 \ No newline at end of file diff --git a/backend/windmill-api/src/apps.rs b/backend/windmill-api/src/apps.rs index f2e340394e..bf134adc7f 100644 --- a/backend/windmill-api/src/apps.rs +++ b/backend/windmill-api/src/apps.rs @@ -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},