Skip to content

Commit

Permalink
fix: forever truthy constructor for options (#5830)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx authored Sep 9, 2024
1 parent 842bc33 commit 7d7b143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { nls } from '../../messages';
export class SourceTrackingGetStatusExecutor extends LibraryCommandletExecutor<
string
> {
private options = {} || undefined;
private options;

constructor(
executionName: string,
Expand Down

0 comments on commit 7d7b143

Please sign in to comment.