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
+1 -1
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;
}
});