We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d38ed8 commit f68ee0eCopy full SHA for f68ee0e
server/services/statsRoute/printClients.js
@@ -16,7 +16,7 @@ function printClient (html, entry) {
16
};
17
18
function printClients (clients) {
19
- const contentHtml = Object.entries(clients).reduce(printClient)
+ const contentHtml = Object.entries(clients).reduce(printClient, '')
20
const html = startHtml + contentHtml + endHtml
21
22
return html
0 commit comments