Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
8f1bbfef56
|
@@ -49,7 +49,7 @@ class CoreIDAdapter {
|
||||
|
||||
async findByUid(uid) {
|
||||
const result = await this.coll().find(
|
||||
{ 'payload.uid': uid.toLowerCase() },
|
||||
{ 'payload.uid': uid },
|
||||
{ payload: 1 },
|
||||
).limit(1).next()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user