Skip to content

Commit

Permalink
FIx missing equals symbol for RAPID_TOKEN in env
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Oct 31, 2024
1 parent 4df9bda commit 169f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEMINI_KEY = <Optional>
# Other API Tokens
MOODLE_TOKEN = <Optional> # For Moodle API
GITHUB_TOKEN = <Optional> # For GitHub API
RAPID_TOKEN <Optional> # For RapidAPI
RAPID_TOKEN = <Optional> # For RapidAPI
WOLFRAM_TOKEN = <Optional> # For WolframAlpha API
IMGUR_ID = <Optional> # For Imgur API
IMGUR_SECRET = <Optional> # For Imgur API
Expand Down

0 comments on commit 169f220

Please sign in to comment.