fix lint
This commit is contained in:
parent
42946e3f68
commit
60dd7864ce
|
@ -195,7 +195,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
||||||
return {
|
return {
|
||||||
type: 'User',
|
type: 'User',
|
||||||
object: await this.userEntityService.pack(user, me, { schema: 'UserDetailed' }),
|
object: await this.userEntityService.pack(user, me, { schema: 'UserDetailed' }),
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue