Skip to content

Commit

Permalink
fix(config): number merging
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Sep 30, 2019
1 parent 807923f commit 569f69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-config/merge-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function mergeConfig(
mergeBoolean(key)
break
case 'number':
mergeBoolean(key)
mergeNumber(key)
break
default:
console.error(
Expand Down

0 comments on commit 569f69c

Please sign in to comment.