Skip to content

Commit

Permalink
style(#39):convention
Browse files Browse the repository at this point in the history
  • Loading branch information
hobiJeong committed Oct 28, 2023
1 parent ccdce30 commit fcbaea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boards/repository/boards-like.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class BoardsLikeRepository {
const likesCount: number = await this.entityManager.count(BoardLike, {
where: { boardId: boardId },
});

return likesCount;
}

Expand Down

0 comments on commit fcbaea3

Please sign in to comment.