update supabase-js

This commit is contained in:
Felix Roos 2023-04-29 07:24:03 +02:00
parent efdce6d4cd
commit 0b2a4fda44
3 changed files with 29 additions and 21 deletions

View file

@ -34,7 +34,7 @@
"@strudel.cycles/transpiler": "workspace:*",
"@strudel.cycles/webaudio": "workspace:*",
"@strudel.cycles/xen": "workspace:*",
"@supabase/supabase-js": "^1.35.3",
"@supabase/supabase-js": "^2.21.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.0.0",

View file

@ -78,7 +78,7 @@ async function initCode() {
console.warn('failed to load hash', err);
}
if (data.length) {
console.log('load hash from database', hash);
//console.log('load hash from database', hash);
return data[0].code;
}
});