From 81d718570d282a200edb1421aec2ea2f1fcb3f7e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 13 Apr 2023 09:21:57 +0200 Subject: [PATCH] :bug: Fix backend import --- backend/src/app/rpc/commands/media.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/app/rpc/commands/media.clj b/backend/src/app/rpc/commands/media.clj index 0f58abde86..72d18240ec 100644 --- a/backend/src/app/rpc/commands/media.clj +++ b/backend/src/app/rpc/commands/media.clj @@ -25,7 +25,8 @@ [app.util.services :as sv] [clojure.spec.alpha :as s] [cuerdas.core :as str] - [datoteka.io :as io])) + [datoteka.io :as io] + [promesa.core :as p])) (def default-max-file-size (* 1024 1024 10)) ; 10 MiB