update
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user