fix: Auto add user to new team
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export default defineEventHandler((event) => {
|
||||
return {
|
||||
hello: 'world'
|
||||
}
|
||||
const userId: string = event.context.params ? event.context.params.id : '@me'
|
||||
})
|
||||
|
Reference in New Issue
Block a user