Skip to content

Commit

Permalink
fix: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodeleo committed Jul 1, 2022
1 parent a1967d5 commit 980f299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default async function (PinoAirbrakeOptions: PinoAirbrakeOptions) {
},
});
} catch (error) {
const consoleProperty = console.error ? 'error' : 'log';
const consoleProperty = console.error ? "error" : "log";
console[consoleProperty](error);
}
}
Expand Down

0 comments on commit 980f299

Please sign in to comment.