Slightly working
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
let data = $props();
|
||||
|
||||
onMount( async () => {
|
||||
await handleClick();
|
||||
});
|
||||
|
||||
async function handleClick() {
|
||||
console.log( await data.data.supabase.from('qrcodes').select().eq('id', "4b461fd7-d7db-4739-8ca0-6e78cc299813"));
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user