This commit is contained in:
syuilo
2025-08-27 09:46:31 +09:00
parent d2fd7460ed
commit 2e0a34300a
4 changed files with 8 additions and 5 deletions

View File

@@ -481,6 +481,7 @@ export class UserEntityService implements OnModuleInit {
const notificationsInfo = isMe && isDetailed ? await this.getNotificationsInfo(user.id) : null;
// TODO: 例えば avatarUrl: true など間違った型を設定しても型エラーにならないのをどうにかする(ジェネリクス使わない方法で実装するしかなさそう?)
const packed = {
id: user.id,
name: user.name,