Skip to content
Snippets Groups Projects
Commit d380ed36 authored by syuilo's avatar syuilo
Browse files

fix lint

parent 5c8888d6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment