Skip to content

Commit

Permalink
added a comment, retry sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
njouud committed Sep 3, 2024
1 parent 316fd02 commit a47eb5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/topics/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ module.exports = function (Topics) {
});
return result.posts;
};

/*
commit line
*/
async function addEventStartEnd(postData, set, reverse, topicData) {
if (!postData.length) {
return;
Expand Down

0 comments on commit a47eb5a

Please sign in to comment.