Skip to content

Commit

Permalink
fix(yukibuilder): log level parameter type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoAugustine committed Jun 5, 2023
1 parent aca5158 commit 0720a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/yuki/YukiBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default class YukiBuilder extends BaseYuki {
| "http"
| "verbose"
| "debug"
| "sill"
| "silly"
| "none"
) {
this.logger = createLogger({
Expand Down

0 comments on commit 0720a2e

Please sign in to comment.