country fixed

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 14:00:10 -04:00
parent 3d4fbba98e
commit b207aee9fd
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from app.models import Country
class OfficeCountryService(BaseService):
@staticmethod
def get_office_country_list(filters):
def get_office_country_list():
logger.info('ENTER API::get get_office_country_list')
try:
account_result_data =[]