Setting the type to number for log_lvl.
This commit is contained in:
@@ -4,7 +4,7 @@ import { error } from '@sveltejs/kit';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
|
||||
export async function load({ parent }) {
|
||||
let log_lvl = 0;
|
||||
let log_lvl: number = 0;
|
||||
|
||||
let data = await parent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user