Lauren Green 5 лет назад
Родитель
Сommit
72e32b3c9a
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/main/java/rocks/zipcode/io/web/rest/PostResource.java

+ 2
- 0
src/main/java/rocks/zipcode/io/web/rest/PostResource.java Просмотреть файл

@@ -132,4 +132,6 @@ public class PostResource {
132 132
             (post.getPrivacySetting().isCohortView() && post.getPoster().getCohort().equals(thisUserProfile.getCohort())) ||
133 133
             (post.getPrivacySetting().isEmployerView() && post.getPoster().getEmployer().equals(thisUserProfile.getEmployer()));
134 134
     }
135
+
136
+
135 137
 }