#6583 add new opt in where builder #3162

Merged
jorgep merged 16 commits from 6583-addOnlyDestination into dev 2024-12-18 08:48:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ac8e60f0c - Show all commits

View File

@ -194,7 +194,7 @@ describe('TicketFuture getTicketsAdvance()', () => {
}
});
fit('should return the tickets without only destination', async() => {
it('should return the tickets without only destination', async() => {
const tx = await models.Ticket.beginTransaction({});
try {