Browse Source

style tweak

Rafał Pitoń 7 years ago
parent
commit
e5d95936a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/threads/api/threadposts.py

+ 1 - 0
misago/threads/api/threadposts.py

@@ -182,6 +182,7 @@ class ViewSet(viewsets.ViewSet):
             read_aware=True,
             subscription_aware=True,
         ).unwrap()
+
         post = self.get_post(request, thread, pk).unwrap()
 
         return post_read_endpoint(request, thread, post)