updated ib handler

This commit is contained in:
Boki 2025-06-23 08:05:59 -04:00
parent 9492f1b15e
commit fbff428e90
13 changed files with 94 additions and 69 deletions

View file

@ -107,7 +107,7 @@ export async function processIndividualSymbol(
return { ceoId, spielCount, timestamp };
} catch (error) {
this.logger.error('Failed to process individual symbol', {
this.logger.error(`Failed to process individual symbol ${symbol}`, {
error,
ceoId,
timestamp,