Skip to content

Commit

Permalink
add ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Dec 18, 2024
1 parent f31c022 commit 55b8a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/tables/subscribers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ async function getFreeSubscribersWaitingForMonthlyEmail(
}

const wrappedQuery = knex
// @ts-ignore TODO update our knex types
.from({ base_query: query }) // Use the existing query as a subquery
.select("*")
.whereIn("country_code", countryCodes)
Expand Down

0 comments on commit 55b8a90

Please sign in to comment.