Skip to content

Commit

Permalink
fix: task creation error
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Oct 8, 2024
1 parent c38a089 commit 93b5dde
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,8 @@ interface TaskRepository : JpaRepository<Task, Long> {
"""
select t
from Task t
left join t.language l
where
t.project = :project
and l.deletedAt is null
order by t.number desc
""",
)
Expand Down

0 comments on commit 93b5dde

Please sign in to comment.