Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nick4598 committed Jul 11, 2024
1 parent 641bd9c commit c3584a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/IModelTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3271,7 +3271,7 @@ export class IModelTransformer extends IModelExportHandler {

this.logSettings();

// validateOptionsPassedToProcess throws if options is undefined and isSynchronization is true.
// validateOptionsPassedToProcess throws if options is undefined and isSynchronization is true, so we can confidently assert options is defined.
return this._options.isSynchronization
? this.processChanges(options!)
: this.processAll();
Expand Down

0 comments on commit c3584a2

Please sign in to comment.