country fixed
This commit is contained in:
@@ -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 =[]
|
||||
|
||||
Reference in New Issue
Block a user