Here is my code:
module.exports.getRemoPledgeData = async () => {
const { creatorAccessToken, campaignId } = require("../config/server");
const client = patreon.patreon(creatorAccessToken);
console.log("CHECK 1");
const result = await client(
`/campaigns/${campaignId}/pledges?page%5Bcount%5D=10000`
);
console.log("check 2");
const { store } = result;
const pledges = store.findAll("pledge");
return pledges;
};
Here is my console:
CHECK 1
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
Warning: Links not implemented yet.
check 2
Pretty much for every entry i get from the client, it prints this warning to the console on it’s own. Right now i have 30 patrons, and I’m not even advertising my patreon yet. This will just compound the more patrons i get.
I’ve never had a node module printing console log statements on it’s own like this. Is there any way to turn it off? The repo hasn’t been updated since 2018, so i imagine that, “links” will never be implemented : ]