Skip to content

Commit

Permalink
feat: Update src/Listing/Listing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara authored Feb 22, 2019
1 parent 4d1e63c commit baf240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listing/Listing.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class Listing {
SET updated_at = NOW(),
status = ${LISTING_STATUS.expired}
WHERE ${ListingQueries.isInactive()}
AND ${ListingQueries.hasStatus([
AND ${ListingQueries.hasStatuses([
LISTING_STATUS.open,
LISTING_STATUS.fingerprintChanged
])}`)
Expand Down

0 comments on commit baf240e

Please sign in to comment.