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