lint fixes
This commit is contained in:
parent
1f190b1068
commit
c1d04723e1
17 changed files with 34 additions and 27 deletions
|
|
@ -54,7 +54,7 @@ export async function fetchSession(): Promise<Record<string, string> | undefined
|
|||
resolve(event.headers);
|
||||
} catch (e) {
|
||||
resolve(undefined);
|
||||
console.log('📊 Raw Summary Response:', (e as Error).message);
|
||||
logger.debug('Raw Summary Response error', { error: (e as Error).message });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue