Skip to content

Commit

Permalink
Update localization.js
Browse files Browse the repository at this point in the history
  • Loading branch information
snakeying authored Sep 16, 2024
1 parent e5cf008 commit d84b7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ supportedLanguages.forEach(lang => {

const redis = new Redis({
url: process.env.UPSTASH_REDIS_REST_URL,
token: process.env.UPSTASH_REDIS_REST_TOKEN,
token: process.env.UPSTASH_REST_TOKEN,
});

async function getUserLanguage(userId) {
Expand Down

0 comments on commit d84b7f5

Please sign in to comment.