You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The findUserTasks method in the TaskRepository interface lacks validation to ensure that range.from is not after range.to. Implementing this validation will help maintain data integrity.
Description
The
findUserTasks
method in theTaskRepository
interface lacks validation to ensure thatrange.from
is not afterrange.to
. Implementing this validation will help maintain data integrity.References
Requested by
@zhumeisongsong
The text was updated successfully, but these errors were encountered: