This commit is contained in:
Eugene Pankov
2021-07-27 20:27:19 +02:00
parent 85fe9eb4ec
commit c853c96ae9
6 changed files with 23 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ export class TerminalService {
if (!profile) {
profile = profiles.filter(x => x.type === 'local' && x.isBuiltin)[0]
}
return profile as PartialProfile<LocalProfile>
return profile
}
/**