Setting the type to number for log_lvl.
This commit is contained in:
@@ -5,7 +5,7 @@ console.log(`ae_core root +layout.ts start`);
|
||||
|
||||
|
||||
export async function load({ parent }) {
|
||||
let log_lvl = 0;
|
||||
let log_lvl: number = 0;
|
||||
|
||||
let data = await parent();
|
||||
// console.log(`ae_events_pres_mgmt +layout.ts data:`, data);
|
||||
|
||||
@@ -5,7 +5,7 @@ console.log(`ae core person [person_id] +page.ts: start`);
|
||||
import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
|
||||
export async function load({ params, parent }) { // route
|
||||
let log_lvl = 0;
|
||||
let log_lvl: number = 0;
|
||||
|
||||
let data = await parent();
|
||||
// console.log(`ae core person [person_id] +page.ts data:`, data);
|
||||
|
||||
Reference in New Issue
Block a user