This commit is contained in:
2026-02-15 14:06:21 +03:30
parent 9a07d9b004
commit 28283d4362
5 changed files with 5 additions and 3 deletions
@@ -236,6 +236,7 @@ export class RestaurantService {
this.httpService
.get(this.config.baseUrl + "/super-admin/notifications/sms-count", {
params: { page, limit },
headers: this.getHeaders()
})
.pipe(
catchError((err: AxiosError) => {