removed unwanted comment

This commit is contained in:
Mussie Teshome 2023-06-11 20:44:09 +03:00
parent 2b022d1058
commit 9fb00544cd

View File

@ -185,8 +185,6 @@ func MobileSignupResolver(ctx context.Context, params *model.MobileSignUpInput)
} }
disablePhoneVerification, _ := memorystore.Provider.GetBoolStoreEnvVariable(constants.EnvKeyDisablePhoneVerification) disablePhoneVerification, _ := memorystore.Provider.GetBoolStoreEnvVariable(constants.EnvKeyDisablePhoneVerification)
log.Errorf("ooioioioioioioioi: ", disablePhoneVerification)
if disablePhoneVerification { if disablePhoneVerification {
now := time.Now().Unix() now := time.Now().Unix()
user.PhoneNumberVerifiedAt = &now user.PhoneNumberVerifiedAt = &now