eve-esi-types 2.0.2-beta → 2.0.3-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2.mjs +1 -1
package/package.json
CHANGED
package/v2.mjs
CHANGED
|
@@ -120,7 +120,7 @@ const curl = (endp) => {
|
|
|
120
120
|
// It should complete correctly.
|
|
121
121
|
async function getEVEStatus() {
|
|
122
122
|
try {
|
|
123
|
-
const ok = await fire("get", "/characters/{character_id}/ship/",
|
|
123
|
+
const ok = await fire("get", "/characters/{character_id}/ship/", 994562, { auth: true, token: "<accessToken of 994562>" });
|
|
124
124
|
console.log(ok);
|
|
125
125
|
}
|
|
126
126
|
catch (error) {
|