From 57a9340109c9f6a6e217d9d04de820bfe8f5040d Mon Sep 17 00:00:00 2001 From: Clemens Date: Thu, 18 Jul 2024 08:50:31 +0200 Subject: [PATCH] breaking: apply config and auth to auth-objects --- src/main/cljc/dda/c4k_common/common.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_common/common.cljc b/src/main/cljc/dda/c4k_common/common.cljc index 3caf9c6..d9ec440 100644 --- a/src/main/cljc/dda/c4k_common/common.cljc +++ b/src/main/cljc/dda/c4k_common/common.cljc @@ -63,7 +63,7 @@ res-vec (cond both (concat-vec (config-objects resulting-config) (auth-objects my-auth)) only-config (config-objects my-config) - only-auth (auth-objects my-auth))] + only-auth (auth-objects my-config my-auth))] (cs/join "\n---\n" res-vec)))