Skip to content

Commit 2eeae57

Browse files
committed
merge: dev
1 parent fb56d6a commit 2eeae57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/ivory/ivory/repository/ApplyRepository.java

-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ public interface ApplyRepository extends JpaRepository<Apply, Long> {
1616
Optional<Apply> findFirstByStatusOrderByCreateAtDesc(Status status);
1717
List<Apply> findAllByStatus(Status status);
1818
List<Apply> findAllByOrderByCreateAtDesc();
19-
2019
}

0 commit comments

Comments
 (0)