Typo fix
This commit is contained in:
parent
38416b3902
commit
526304294c
@ -27,7 +27,7 @@ func (w *Welcomer) groupWelcomeUser(update *tgbotapi.Update, newUser *tgbotapi.U
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
c.Log.Info("Following profile error is OK.")
|
c.Log.Info("Following profile error is OK.")
|
||||||
c.Log.Info(err.Error())
|
c.Log.Info(profileExist.Error())
|
||||||
w.alertUserWithoutProfile(update, newUser)
|
w.alertUserWithoutProfile(update, newUser)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user