Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Sai committed Mar 4, 2024
1 parent c2262bb commit da969bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/modules/friendship/friendship.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export class FriendshipService {

friendship.status = FriendshipStatusTypes[dto.status];
await this.friendshipRepository.save(friendship);
console.log(receiver.username);
if (dto.status === 'accepted') {
await this.notificationsService.createNotification(
{
Expand Down

0 comments on commit da969bb

Please sign in to comment.