Setting the type to number for log_lvl.
This commit is contained in:
@@ -10,7 +10,7 @@ import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';
|
||||
|
||||
|
||||
export async function load({ params, parent, url }) { // route
|
||||
let log_lvl = 0;
|
||||
let log_lvl: number = 0;
|
||||
|
||||
let data = await parent();
|
||||
console.log(`Svelte Events Badges [slug] +layout.ts data = data:`, data);
|
||||
|
||||
Reference in New Issue
Block a user