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
@@ -1,7 +1,7 @@
import { forwardRef, Module } from "@nestjs/common";
import { DKALA_CONFIG } from "./constants";
import { DkalaController } from "./dmenu.controller";
import { DkalaController } from "./dkala.controller";
import { DContactService } from "./providers/contact.service";
import { DkalaIconsService } from "./providers/icons.service";
import { ShopService } from "./providers/shop.service";
+2 -1
View File
@@ -230,7 +230,8 @@ export class ShopService {
const { data } = await firstValueFrom(
this.httpService
.get(this.config.baseUrl + "/super-admin/notifications/sms-count", {
params: { page, limit },
params: { page, limit},
headers: this.getHeaders()
})
.pipe(
catchError((err: AxiosError) => {