chore: format
This commit is contained in:
@@ -45,6 +45,7 @@ export class Config {
|
||||
) as Record<string, unknown>;
|
||||
this.config = decryptedJSON;
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
this.config = {};
|
||||
await this.save();
|
||||
}
|
||||
|
Reference in New Issue
Block a user