- fix link bot for Test Envinroment
- If invite not exist, error message - Username (where name and surname don't exists).
This commit is contained in:
@@ -436,13 +436,13 @@ async function faitest() {
|
||||
|
||||
if (false) {
|
||||
let myuser = await User.findOne({
|
||||
idapp: 12,
|
||||
idapp: '1',
|
||||
username: 'paoloar77',
|
||||
});
|
||||
|
||||
const langdest = 'it';
|
||||
|
||||
telegrambot.askConfirmationUserRegistration(myuser.idapp, shared_consts.CallFunz.REGISTRATION, myuser, 'paoloar773', langdest);
|
||||
telegrambot.askConfirmationUserRegistration(myuser.idapp, shared_consts.CallFunz.REGISTRATION, myuser, 'perseo77', langdest);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user