Setting the type to number for log_lvl.

This commit is contained in:
Scott Idem
2024-12-03 15:29:19 -05:00
parent b3dfb5deec
commit 747e9fdb26
59 changed files with 59 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
export let log_lvl = 0;
export let log_lvl: number = 0;
export let site_google_tracking_id: string = '';
if (log_lvl) {