diff options
Diffstat (limited to 'src/api/endpoints/my/apps.ts')
| -rw-r--r-- | src/api/endpoints/my/apps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/endpoints/my/apps.ts b/src/api/endpoints/my/apps.ts index b236190506..bc1290cac6 100644 --- a/src/api/endpoints/my/apps.ts +++ b/src/api/endpoints/my/apps.ts @@ -21,7 +21,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => { if (offsetErr) return rej('invalid offset param'); const query = { - user_id: user._id + userId: user._id }; // Execute query |