@kaspernj/api-maker 1.0.248 → 1.0.249

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 CHANGED
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.248",
19
+ "version": "1.0.249",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -101,12 +101,11 @@ export default class ApiMakerCommandsPool {
101
101
  }
102
102
 
103
103
  if (response.success === false && response.type == "invalid_authenticity_token") {
104
- console.error("invalid_authenticity_token - try again")
104
+ console.error("Invalid authenticity token - try again")
105
105
  await SessionStatusUpdater.current().updateSessionStatus()
106
106
  continue;
107
107
  }
108
108
 
109
- console.error(`Request succeeded after ${i} tries`)
110
109
  return response
111
110
  }
112
111
  }