Skip to content

Commit

Permalink
fix(monorepo): resolve typing and default prop
Browse files Browse the repository at this point in the history
  • Loading branch information
grandevel committed Sep 9, 2022
1 parent 8fd9c1f commit 245345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overmind/src/Overmind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ export class Overmind<ThisConfig extends IConfiguration>
eventHub,
initialState,
actions,
logLevel: internalTypes.LogLevel
logLevel: internalTypes.LogLevel = 'error'
) {
if (utils.ENVIRONMENT === 'production') return
const devtools = new Devtools(name, logLevel)
Expand Down

0 comments on commit 245345a

Please sign in to comment.