mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-28 13:54:32 -05:00
Fixed mongo error
This commit is contained in:
@@ -136,7 +136,7 @@ router.get('/nex_token/@me', async (request, response) => {
|
||||
date: BigInt(Date.now())
|
||||
};
|
||||
|
||||
const nexUser = NEXAccount.findOne({
|
||||
const nexUser = await NEXAccount.findOne({
|
||||
owning_pid: pnid.get('pid')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user