Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarna committed Sep 25, 2024
1 parent ce005eb commit 68fe1bb
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 @@ -161,7 +161,7 @@ export async function search({
}

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

0 comments on commit 68fe1bb

Please sign in to comment.