Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
IOINITID committed Apr 1, 2023
1 parent 3ee4596 commit da10868
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class AppController {
let token = (await storageService.get(Storage.Token)) || '';
let city = (await storageService.get(Storage.City)) || '';

// TODO: Вынести проверуки в отдельный метод
if (!token) {
const prompt = inquirer.createPromptModule();

Expand All @@ -82,7 +81,6 @@ class AppController {
}
}

// TODO: Вынести проверуки в отдельный метод
if (!city) {
const prompt = inquirer.createPromptModule();

Expand Down

0 comments on commit da10868

Please sign in to comment.