feat: added data-coral-count to count elements (#3055)

Co-authored-by: Vinh <vinh@vinh.tech>
This commit is contained in:
Wyatt Johnson
2020-08-05 19:10:13 +00:00
committed by GitHub
co-authored by Vinh
parent 88eb9555c7
commit 8ede245a8d
4 changed files with 13 additions and 1 deletions
@@ -83,6 +83,7 @@ export const countHandler = ({
// Reference from the client that we'll just send back as it is.
ref,
html,
count,
});
} catch (err) {
return next(err);