This commit is contained in:
tamaina 2025-08-29 00:11:29 +09:00
parent 42946e3f68
commit 60dd7864ce
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
return {
type: 'User',
object: await this.userEntityService.pack(user, me, { schema: 'UserDetailed' }),
}
};
}
/**