fix battlenet typo

This commit is contained in:
Thomas Schuster
2024-05-26 16:50:55 +02:00
parent 8f38c82ed7
commit fc97735703
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ if (process.env.NEXT_PUBLIC_BATTLENET_ENABLED === "true") {
BattleNetProvider({
clientId: process.env.BATTLENET_CLIENT_ID!,
clientSecret: process.env.BATTLENET_CLIENT_SECRET!,
issuer: process.env.BATLLENET_ISSUER as BattleNetIssuer,
issuer: process.env.BATTLENET_ISSUER as BattleNetIssuer,
})
);