This commit is contained in:
syuilo 2024-01-22 18:00:46 +09:00
parent 5c8888d6a8
commit d380ed36de
1 changed files with 1 additions and 0 deletions

View File

@ -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;