This commit is contained in:
syuilo 2023-11-02 13:46:53 +09:00
parent 6a73f7c108
commit ce5ff70cb3
17 changed files with 571 additions and 52 deletions

View file

@ -509,7 +509,6 @@ export class UserFollowingService implements OnModuleInit {
// 通知を作成
this.notificationService.createNotification(followee.id, 'receiveFollowRequest', {
followRequestId: followRequest.id,
}, follower.id);
}