Browse Source

backup changes

Lauren Green 5 years ago
parent
commit
72e32b3c9a
1 changed files with 2 additions and 0 deletions
  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 View File

@@ -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
 }