Skip to content

Commit

Permalink
Merge pull request #2597 from tylerbarna/circulars-correct-typo
Browse files Browse the repository at this point in the history
Circulars: Correct Lucene Feature Flag Typo
  • Loading branch information
dakota002 authored Sep 25, 2024
2 parents 8304f0b + 68fe1bb commit 35727d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/circulars/circulars.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export async function search({
}

const queryObj = query
? feature('CICRULARS_LUCENE')
? feature('CIRCULARS_LUCENE')
? {
simple_query_string: {
query,
Expand Down

0 comments on commit 35727d0

Please sign in to comment.