Skip to content

Commit 59a3578

Browse files
committed
fix(core): wrong populate
1 parent 030a867 commit 59a3578

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/admin/middleware/Auth.middleware.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ async function handleApiToken(
5656
// Find tokens matching the prefix
5757
const candidates = await AdminApiToken.getInstance().findMany(
5858
{ tokenPrefix },
59-
undefined,
60-
undefined,
61-
undefined,
62-
undefined,
6359
'+hashedToken',
6460
);
6561

0 commit comments

Comments
 (0)