Shreyaschorge

Results 7 comments of Shreyaschorge

@ggomaeng What is the version of nodejs you are using?

@ggomaeng Sorry for getting back this late. I did try with the version that you mentioned, but it worked for me.

@ggomaeng Closing this issue. Feel free to create a new one if needed.

> Channel infos now include moderatorFids: number[] , the type needs to be updated > > https://github.com/neynarxyz/nodejs-sdk/blob/bec2e51dc436e81be9ca47e5922d41d184ffa09e/src/neynar-api/v2/openapi-farcaster/models/channel.ts#L28 @porenes Yeah we are working on it, it should be out in a...

@porenes are you using `moderatorFids` anywhere in anyway? Actually, a bug was introduced that the `moderatorFids` should have been snake_case but now it's camelCase. I just want to gauge whether...

It'll be a breaking change in api since this API returns it as a camelCase. Will discuss it with the team and let you know.

@porenes This should fix it. Please use snake_case. https://github.com/neynarxyz/nodejs-sdk/pull/187