Skip to content

Commit

Permalink
Fix LINT
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloppupulin committed Oct 29, 2024
1 parent 90e052e commit 8cb2ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/utils/Queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const processItem = ({ ctx, item }: { ctx: Context; item: Quote }) => {
}

if (item.viewedByCustomer === null) {
item.viewedByCustomer = false;
item.viewedByCustomer = false
}

const status = 'expired'
Expand Down

0 comments on commit 8cb2ab9

Please sign in to comment.