fix missing comma after resolvinf conflicts

This commit is contained in:
Moriz Wahl 2021-03-01 15:59:03 +01:00
parent ef4265d938
commit 2afd0706cc

View File

@ -39,7 +39,7 @@ const searchPostsSetup = {
author: properties(author),
commentsCount: toString(size(comments)),
shoutedCount: toString(size(shouter)),
clickedCount: toString(resource.clickedCount)
clickedCount: toString(resource.clickedCount),
viewedTeaserCount: toString(resource.viewedTeaserCount)
}`,
limit: 'LIMIT $limit',