Add default response for get category by product method.

This commit is contained in:
Spencer Ofwiti 2021-07-07 17:08:45 +03:00
parent 400dd5093b
commit 951904abf3

View File

@ -277,6 +277,7 @@ export class UserService {
return queriedCategory; return queriedCategory;
} }
} }
return 'other';
} }
getAccountTypes(): Observable<any> { getAccountTypes(): Observable<any> {