This commit is contained in:
Austin Huang 2021-06-24 18:17:18 -04:00
parent 3032a388f0
commit bdad254f5d
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class NewsService {
u.isVerified() u.isVerified()
), ),
9999, 9999,
u.getProfilePicId() // placeholder String.valueOf(u.getPk()) // placeholder
); );
}) })
.collect(Collectors.toList()); .collect(Collectors.toList());