Skip to content

Commit

Permalink
fix: configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Nov 29, 2023
1 parent 6fcd48c commit a1d6d22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
3 changes: 0 additions & 3 deletions apps/server/utils/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from models.account import AccountModel
from typings.account import AccountOutput
from utils.configs.call_configs import call_configs
from utils.configs.dato_configs import dato_configs
from utils.configs.default import default_configs
from utils.configs.heyyou import heyyou_configs
from utils.configs.levanion_configs import levanion_configs
Expand All @@ -26,8 +25,6 @@ def convert_model_to_response(account_model: AccountModel) -> AccountOutput:
account_model.configs = call_configs
elif account_model.name == "Olga":
account_model.configs = olga_configs
elif account_model.name == "Giga":
account_model.configs = dato_configs
else:
account_model.configs = default_configs

Expand Down
48 changes: 0 additions & 48 deletions apps/server/utils/configs/dato_configs.py

This file was deleted.

2 changes: 1 addition & 1 deletion apps/server/utils/configs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"toolkit": True, # True
"datasource": True,
"discovery": True,
"Session": True,
"Session": False,
"schedule": True,
"integration": {
"active": True,
Expand Down

0 comments on commit a1d6d22

Please sign in to comment.