mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
lint
This commit is contained in:
parent
e112b46063
commit
4dab0c1dbf
@ -39,7 +39,7 @@ export class ConfigService {
|
|||||||
async createNewConfig (): Promise<Config> {
|
async createNewConfig (): Promise<Config> {
|
||||||
const configData = {
|
const configData = {
|
||||||
content: '{}',
|
content: '{}',
|
||||||
last_used_with_version: this._activeVersion?.version ?? this.getLatestStableVersion()?.version,
|
last_used_with_version: this._activeVersion?.version ?? this.getLatestStableVersion()?.version ?? '0.0.0',
|
||||||
}
|
}
|
||||||
if (!this.loginService.user) {
|
if (!this.loginService.user) {
|
||||||
const config = {
|
const config = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user