Skip to content

Commit

Permalink
fix: correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 7, 2021
1 parent a871dee commit 7c1b504
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/factories/createLogFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ export const createLogFormatter = (configuration: LogFormatterConfigurationType)
if (message.context) {
/* eslint-disable @typescript-eslint/no-unused-vars */
const {
application: termporary0,
hostname: termporary1,
instanceId: termporary2,
logLevel: termporary3,
namespace: termporary4,
package: termporary5,
package: termporary6,
application: temporary0,
hostname: temporary1,
instanceId: temporary2,
logLevel: temporary3,
namespace: temporary4,
package: temporary5,
package: temporary6,
...rest
} = message.context;

Expand Down

0 comments on commit 7c1b504

Please sign in to comment.