mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
chore: removed console log
This commit is contained in:
parent
86b9f6ead8
commit
e1b244e92b
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ export class CommentsService {
|
||||||
const is_comment_already_liked =
|
const is_comment_already_liked =
|
||||||
await this.commentsRepository.isAlreadyLiked(comment.id, user_id);
|
await this.commentsRepository.isAlreadyLiked(comment.id, user_id);
|
||||||
|
|
||||||
console.log(is_comment_already_liked);
|
|
||||||
|
|
||||||
if (is_comment_already_liked) {
|
if (is_comment_already_liked) {
|
||||||
await this.commentsRepository.dislike(comment.id, user_id);
|
await this.commentsRepository.dislike(comment.id, user_id);
|
||||||
return {};
|
return {};
|
||||||
|
|
Loading…
Reference in a new issue