diff --git a/functions/handlers/post.js b/functions/handlers/post.js index 341d790..a657ba2 100644 --- a/functions/handlers/post.js +++ b/functions/handlers/post.js @@ -387,4 +387,4 @@ exports.getLikes = (req, res) => { exports.getFilteredPosts = (req, res) => { admin.firestore().collection('posts').where('userHandle', '==', 'new user').where('microBlogTopics', '==') -}; +}; \ No newline at end of file