diff --git a/api/src/gateway/gateway.service.ts b/api/src/gateway/gateway.service.ts index e47cc92..3866c36 100644 --- a/api/src/gateway/gateway.service.ts +++ b/api/src/gateway/gateway.service.ts @@ -43,7 +43,7 @@ export class GatewayService { buildId: input.buildId, }) - if (device) { + if (device && device.appVersionCode <= 11) { return await this.updateDevice(device._id.toString(), { ...input, enabled: true,