Hi all, on the actual topic of the npm module it seems you’re using an async function. What happens if you add an await in front of your function, similar to what is described over here?
Also, can you try returning some empty or dummy data at the end, something like return [];
should do?