Skip to content

Commit

Permalink
fix: byLanguageExact typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ACertainCoder authored Nov 19, 2021
1 parent 95cb815 commit f1d5650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const StationSearchType = {
byState: 'byState',
byStateExact: 'byStateExact',
byLanguage: 'byLanguage',
byLanguageExact: 'byLanguageexact',
byLanguageExact: 'byLanguageExact',
byTag: 'byTag',
byTagExact: 'byTagExact'
} as const
Expand Down

0 comments on commit f1d5650

Please sign in to comment.