Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 12, 2024
1 parent babec51 commit c030d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/logger.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import createDebug from 'debug';
const debug = createDebug('sqs-consumer');
import createDebug from "debug";
const debug = createDebug("sqs-consumer");

export const logger = {
debug
debug,
};

0 comments on commit c030d53

Please sign in to comment.