Skip to content

Commit

Permalink
[Fix] : 알람관련 Q클래스 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
elyudwo committed May 16, 2024
1 parent c8a1e3a commit 2d48864
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 100 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.querydsl.core.types.Projections;
import com.querydsl.jpa.impl.JPAQuery;
import com.querydsl.jpa.impl.JPAQueryFactory;
import kr.co.studyhubinu.studyhubserver.notification.domain.QNotificationEntity;
import kr.co.studyhubinu.studyhubserver.notification.dto.response.NotificationResponse;
import kr.co.studyhubinu.studyhubserver.studypost.domain.QStudyPostEntity;
import lombok.RequiredArgsConstructor;
Expand All @@ -14,7 +13,6 @@

import java.util.List;

import static kr.co.studyhubinu.studyhubserver.notification.domain.QNotificationEntity.notificationEntity;
import static kr.co.studyhubinu.studyhubserver.studypost.domain.QStudyPostEntity.studyPostEntity;


Expand Down

0 comments on commit 2d48864

Please sign in to comment.