Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafinskipg committed Dec 15, 2021
1 parent 82a1fba commit 84857b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/comments/api/getPollComments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export async function getPollComments(
});

const response = await Promise.all(promises);

return response;
return response as PollCommentsAPIResponseItem[];
}

0 comments on commit 84857b7

Please sign in to comment.