fix lint
This commit is contained in:
parent
5c8888d6a8
commit
d380ed36de
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue