From 9aaeac6a08836230e458731ef2718b409b335907 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Mon, 6 Mar 2023 21:41:53 +0000 Subject: [PATCH] fix: make getAutomatischInfo public --- packages/backend/src/helpers/authentication.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend/src/helpers/authentication.ts b/packages/backend/src/helpers/authentication.ts index e746d452..49dfaa27 100644 --- a/packages/backend/src/helpers/authentication.ts +++ b/packages/backend/src/helpers/authentication.ts @@ -24,6 +24,7 @@ const authentication = shield( { Query: { '*': isAuthenticated, + getAutomatischInfo: allow, healthcheck: allow, }, Mutation: {