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,