From c68fe876223b6c6586f6f7a3785ea4ac4edf4ed8 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sun, 28 Sep 2025 14:21:19 +0200 Subject: [PATCH] Removed Old Update and Create --- stores/data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/stores/data.js b/stores/data.js index 78daa99..07863f1 100644 --- a/stores/data.js +++ b/stores/data.js @@ -3,7 +3,6 @@ import dayjs from "dayjs" //import {typeOf} from "uri-js/dist/esnext/util"; import {useNumberRange} from "~/composables/useNumberRange.js"; -//const supabase = createClient('https://uwppvcxflrcsibuzsbil.supabase.co','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InV3cHB2Y3hmbHJjc2lidXpzYmlsIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDA5MzgxOTQsImV4cCI6MjAxNjUxNDE5NH0.CkxYSQH0uLfwx9GVUlO6AYMU2FMLAxGMrwEKvyPv7Oo') import projecttype from "~/components/columnRenderings/projecttype.vue" import customer from "~/components/columnRenderings/customer.vue"