This commit is contained in:
Austin Huang 2021-07-24 16:07:08 -04:00
parent 98e1341424
commit e26d9db6bf
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 1 deletions

View File

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