Skip to content

Commit

Permalink
fix: log empty fields on new_pools
Browse files Browse the repository at this point in the history
  • Loading branch information
KanievskyiDanylo committed Nov 7, 2024
1 parent 1406f0a commit 5b4dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stateful-event-subscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export abstract class StatefulEventSubscriber<State>
this.logger.error(
`EE: Found empty field on pool identifier new_pools name: '${
this.cacheName
}', poolData: '${JSON.stringify(data)}'`,
}', poolData: '${JSON.stringify(poolData)}'`,
);
}

Expand Down

0 comments on commit 5b4dec5

Please sign in to comment.