Skip to content

Commit

Permalink
fix(api): language list (#5649)
Browse files Browse the repository at this point in the history
Co-authored-by: hobo.l <[email protected]>
  • Loading branch information
luckylhb90 and hobo-l-20230331 authored Jun 27, 2024
1 parent 17d2f0b commit 2e718b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/constants/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'hi-IN': 'Asia/Kolkata'
}

languages = language_timezone_mapping.keys()
languages = list(language_timezone_mapping.keys())


def supported_language(lang):
Expand Down

0 comments on commit 2e718b8

Please sign in to comment.