fix bug sms count

This commit is contained in:
2025-12-29 15:59:49 +03:30
parent c76257f70a
commit f46ecb393e
@@ -189,7 +189,7 @@ export class RestaurantService {
try { try {
const { data } = await firstValueFrom( const { data } = await firstValueFrom(
this.httpService this.httpService
.get('super-admin/notifications/sms-count', { .get(this.config.baseUrl + '/super-admin/notifications/sms-count', {
params: { page, limit }, params: { page, limit },
}) })
.pipe( .pipe(