Fixing id_random vs id for links and other things. Fixed the hash SHA256 error.

This commit is contained in:
Scott Idem
2025-11-13 18:59:27 -05:00
parent e9a8f7df00
commit 0e960ba955
5 changed files with 10 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ interface Props {
let { data }: Props = $props();
let log_lvl: number = 1;
let log_lvl: number = 2;
// *** Import Svelte specific
import { onDestroy } from "svelte";