From b3796724973a1eae0883577f329ae7e5a6da30dd Mon Sep 17 00:00:00 2001 From: Filip Djokic Date: Wed, 29 Jan 2025 14:03:58 +0100 Subject: [PATCH] Apply fixes --- hasura/metadata/databases/callisto/functions/functions.yaml | 4 ++-- .../databases/callisto/functions/public_messages_by_type.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hasura/metadata/databases/callisto/functions/functions.yaml b/hasura/metadata/databases/callisto/functions/functions.yaml index 2d4eef496..adf820c06 100644 --- a/hasura/metadata/databases/callisto/functions/functions.yaml +++ b/hasura/metadata/databases/callisto/functions/functions.yaml @@ -1,2 +1,2 @@ -- "include public_messages_by_address.yaml" -- "include public_messages_by_type.yaml" \ No newline at end of file +- "!include public_messages_by_address.yaml" +- "!include public_messages_by_type.yaml" diff --git a/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml b/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml index 000c8b31b..24a273185 100644 --- a/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml +++ b/hasura/metadata/databases/callisto/functions/public_messages_by_type.yaml @@ -1,3 +1,3 @@ function: - name: messages_by_address + name: messages_by_type schema: public