We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fed87 commit 7062701Copy full SHA for 7062701
XIVAPI.js
@@ -28,7 +28,7 @@ See how in https://github.com/xivapi/xivapi-js/releases/tag/v0.1.3.\n\
28
29
this.endpoint = `https://${options.staging ? 'staging.' : ''}xivapi.com`
30
if(options.language && !resources.languages.includes(options.language))
31
- throw Error(`Invalid language given, must be one of: ${this.resources.languages}`)
+ throw Error(`Invalid language given, must be one of: ${resources.languages}`)
32
33
this.globalParams = {}
34
0 commit comments