ваше сообщение коммита
This commit is contained in:
@@ -45,7 +45,7 @@ router.post('/link', requireAuth, async (req, res) => {
|
||||
}
|
||||
}
|
||||
|
||||
const result = await authService.linkIdentity(userId, type, value);
|
||||
await authService.linkIdentity(userId, type, value);
|
||||
|
||||
// Обновляем сессию
|
||||
if (type === 'wallet') {
|
||||
|
||||
Reference in New Issue
Block a user