Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
david58 authored Dec 15, 2021
1 parent 85438ff commit d0f941d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logger/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { stream, send } = logflarePinoVercel({
sourceToken: "eb1d841a-e0e4-4d23-af61-84465c808157"
});

// create pino loggger
// create pino logger
const logger = pino({
browser: {
transmit: {
Expand All @@ -25,4 +25,4 @@ const logger = pino({
},
}, stream);

export default logger
export default logger

0 comments on commit d0f941d

Please sign in to comment.