fix: Auto add user to new team

This commit is contained in:
2023-06-06 16:35:25 +02:00
parent 9510e8a407
commit 034e203c1e
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
export default defineEventHandler((event) => {
return {
hello: 'world'
}
const userId: string = event.context.params ? event.context.params.id : '@me'
})