This commit is contained in:
Austin Huang 2021-06-22 13:19:55 -04:00
parent 73736af768
commit 44a20bb59a
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,
i.getUuid() u.getProfilePicId() // placeholder
); );
}) })
.collect(Collectors.toList()); .collect(Collectors.toList());