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