pack(Many) の me が optional にならないように
This commit is contained in:
@@ -44,7 +44,7 @@ export class NoteReactionEntityService implements OnModuleInit {
|
||||
@bindThis
|
||||
public async pack(
|
||||
src: MiNoteReaction['id'] | MiNoteReaction,
|
||||
me?: { id: MiUser['id'] } | null | undefined,
|
||||
me: { id: MiUser['id'] } | null | undefined,
|
||||
options?: {
|
||||
withNote: boolean;
|
||||
},
|
||||
|
Reference in New Issue
Block a user