Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Nov 2, 2023
1 parent 674b625 commit 6711f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class MarketModifyHandler extends Handler<MarketEventV1> {

public async internalHandle(): Promise<ConsolidatedKafkaEvent[]> {
logger.info({
at: 'MarketCreateHandler#handle',
at: 'MarketModifyHandler#handle',
message: 'Received MarketEvent with MarketCreate.',
event: this.event,
});
Expand Down

0 comments on commit 6711f90

Please sign in to comment.