Skip to content

Commit

Permalink
fix: logger import typo (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr authored Jan 9, 2025
1 parent 588d5a8 commit 486ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-stream/event-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
CoreNodeMicroblockMessage,
} from './core-node-message';
import { handleBnsImport } from '../import-v1';
import { logger } from 'src/logger';
import { logger } from '../logger';

export async function startEventStream(opts: {
datastore: PgWriteStore;
Expand Down

0 comments on commit 486ea9b

Please sign in to comment.