From f793d4cce68285e3124796c7ff47c88d7e799fbe Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 14 Feb 2026 13:35:21 +0100 Subject: [PATCH] Supabase Removals Frontend --- backend/.secretlintrc.json | 3 +++ backend/src/utils/gpt.ts | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 backend/.secretlintrc.json diff --git a/backend/.secretlintrc.json b/backend/.secretlintrc.json new file mode 100644 index 0000000..f70da99 --- /dev/null +++ b/backend/.secretlintrc.json @@ -0,0 +1,3 @@ +{ + "rules": [] +} diff --git a/backend/src/utils/gpt.ts b/backend/src/utils/gpt.ts index ec804ce..208c050 100644 --- a/backend/src/utils/gpt.ts +++ b/backend/src/utils/gpt.ts @@ -86,7 +86,7 @@ const InstructionFormat = z.object({ }); // --------------------------------------------------------- -// MAIN FUNCTION – REPLACES SUPABASE VERSION +// MAIN FUNCTION // --------------------------------------------------------- export const getInvoiceDataFromGPT = async function ( server: FastifyInstance,