Skip to content

Commit

Permalink
fix(builtins): wrong user contracts (lint fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Feb 5, 2025
1 parent fed5e53 commit 11484bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/builtins/src/collections/user/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ Object.assign(user, {
functionSchemas.insertError(),
resultSchema({
$ref: 'user',
})
}),
],
},
getCurrentUser: {
response: [
resultSchema({
$ref: 'user',
})
]
}),
],
},
},
} satisfies Partial<Collection>)
Expand Down

0 comments on commit 11484bd

Please sign in to comment.