when I call the following function like this:
const data1 = async () => { const res = await server.fetch({ query: LISTINGS }); return res; }; con