From b5f6248be670ff1d3ef15deb583c879cf3ba7888 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 22 Feb 2025 15:29:47 -0500 Subject: [PATCH] add comment to both guestbook scripts --- src/scripts/guestbook-list-comments.js | 2 +- src/scripts/guestbook-send-comment.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/guestbook-list-comments.js b/src/scripts/guestbook-list-comments.js index a7e7bd2..c91d454 100644 --- a/src/scripts/guestbook-list-comments.js +++ b/src/scripts/guestbook-list-comments.js @@ -1,6 +1,6 @@ import { createClient } from "@supabase/supabase-js"; -// Create a single supabase client for interacting with your database +// this string provides public access to the db, it is not a secret key const supabase = createClient( "https://kddqzqkvjumaslnljhqv.supabase.co", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImtkZHF6cWt2anVtYXNsbmxqaHF2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDAyMDM5NTEsImV4cCI6MjA1NTc3OTk1MX0.wXhRoE7Jh2aaCdPlBiqEI7F4yj8-7beoeWEPvtVn0kg" diff --git a/src/scripts/guestbook-send-comment.js b/src/scripts/guestbook-send-comment.js index 6e1493e..6724c24 100644 --- a/src/scripts/guestbook-send-comment.js +++ b/src/scripts/guestbook-send-comment.js @@ -1,6 +1,6 @@ import { createClient } from "@supabase/supabase-js"; -// Create a single supabase client for interacting with your database +// this string provides public access to the db, it is not a secret key const supabase = createClient( "https://kddqzqkvjumaslnljhqv.supabase.co", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImtkZHF6cWt2anVtYXNsbmxqaHF2Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDAyMDM5NTEsImV4cCI6MjA1NTc3OTk1MX0.wXhRoE7Jh2aaCdPlBiqEI7F4yj8-7beoeWEPvtVn0kg"