From f8f6fb49cb7cedf5757a12f4ec07937844f9e8bc Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 7 Feb 2022 15:33:23 +0300 Subject: [PATCH] remove comments --- .../services/authentication/authentication.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 784e92fe..44b886e6 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -142,7 +142,7 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 3.4;//3.2; + request.VersionID = 3.4; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType;