Compare commits
No commits in common. "3b11e896d4bf6d5ea861a6eaef64481727412f18" and "7b4e89555ea138acc9908b218491c5b913f1a168" have entirely different histories.
3b11e896d4
...
7b4e89555e
@ -48,7 +48,6 @@ export class HandleLogout {
|
|||||||
}
|
}
|
||||||
found_user.refreshTokenCount++;
|
found_user.refreshTokenCount++;
|
||||||
await getConnectionManager().get().getRepository(User).update({ id: found_user.id }, found_user)
|
await getConnectionManager().get().getRepository(User).update({ id: found_user.id }, found_user)
|
||||||
console.log("success")
|
|
||||||
return logout;
|
return logout;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user