Skip to content

Commit

Permalink
remove conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Nov 4, 2021
1 parent 4f0e12a commit d0dcd79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class TerminalProfileService implements ITerminalProfileService {
_serviceBrand: undefined;

getDefaultProfileName(): string | undefined {
return this._defaultProfileName === null ? undefined : this._defaultProfileName;
return this._defaultProfileName;
}

@throttle(2000)
Expand Down

0 comments on commit d0dcd79

Please sign in to comment.