OneAndOnlyFinbar
OneAndOnlyFinbar
That is not a mod bug, the api is sending something not json formatted, consider checking the endpoint using reqbin.
Can be fixed with parse from stored json mod, or by utilizing the stringify output option.
Pretty sure this is an issue either with the configuration of your server or how you're using the action, rather than an inherent flaw in the action itself.
[As of v3 node-fetch can not be imported through the require function, downgrade to latest 2.x version.](https://github.com/node-fetch/node-fetch#commonjs) ``` npm i [email protected] ```
I found switching to sharp version `0.30.4` works.
This isn't really an issue with the mod dependency updater, more so that as packages update some drop support for commonjs and require a manual downgrade. Not really something we...