Skip to content

Commit

Permalink
fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfurey authored and jonathonherbert committed May 9, 2024
1 parent 25d47ce commit 60327d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/editions/db/CollectionsQueries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ trait CollectionsQueries {

val contentPrefillQueryTimeWindow = CapiQueryTimeWindow(timeWinStart, timeWinEnd)

(date, edition, zone, CapiPrefillQuery(rs.string("prefill"), pathType), contentPrefillQueryTimeWindow, rs.string("page_code"))
(date, edition, zone, CapiPrefillQuery(rs.string("prefill"), pathType), contentPrefillQueryTimeWindow, rs.string("id"))
}.list.apply()

rows.headOption.map { case (issueDate, edition, zone, prefillQueryUrlSegments, contentPrefillQueryTimeWindow, _) =>
Expand Down

0 comments on commit 60327d6

Please sign in to comment.