Skip to content

Commit

Permalink
refactor: update config valid check
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Dec 1, 2024
1 parent e33a445 commit a5dee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class ConfigManager {
}

if (
deployConfig.contractTransformer &&
deployConfig.contractTransformer !== undefined &&
typeof deployConfig.contractTransformer !== "function"
) {
throw new Error(
Expand Down

0 comments on commit a5dee70

Please sign in to comment.