Skip to content

Commit

Permalink
use null instead of undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Jan 10, 2025
1 parent 6a75ebf commit 6346bb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export class GenerateClientCommand extends Command {
settings.cleanOutput,
settings.disableValidationRules,
ConsumerOperation.Add,
undefined,
null,
'',
config.workingDirectory
);
Expand Down Expand Up @@ -247,7 +247,7 @@ export class GenerateClientCommand extends Command {
settings.cleanOutput,
settings.disableValidationRules,
ConsumerOperation.Add,
undefined,
null,
'',
config.workingDirectory
);
Expand Down

0 comments on commit 6346bb9

Please sign in to comment.