chore(api): update dependencies

This commit is contained in:
isra el
2024-10-19 11:29:29 +03:00
parent 0cee3a244c
commit 6f250192da
3 changed files with 3692 additions and 3683 deletions

View File

@@ -35,7 +35,7 @@ export class GatewayService {
})
if (device) {
return await this.updateDevice(device._id, { ...input, enabled: true })
return await this.updateDevice(device._id.toString(), { ...input, enabled: true })
} else {
return await this.deviceModel.create({ ...input, user })
}
@@ -286,6 +286,7 @@ export class GatewayService {
)
}
// @ts-ignore
return await this.smsModel
.find(
{