fix lint
This commit is contained in:
parent
5c8888d6a8
commit
d380ed36de
|
@ -181,6 +181,7 @@ export class RoleService implements OnApplicationShutdown, OnModuleInit {
|
|||
...body,
|
||||
expiresAt: body.expiresAt ? new Date(body.expiresAt) : null,
|
||||
user: null, // joinなカラムは通常取ってこないので
|
||||
role: null, // joinなカラムは通常取ってこないので
|
||||
});
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue