SaiUpadhyayula / spring-reddit-clone

Reddit clone built using Spring Boot, Spring Security with JWT Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
658 stars 386 forks source link

typo #6

Closed LaBura closed 4 years ago

LaBura commented 4 years ago

'post.getUser()' should be 'authService.getCurrentUser()' or you are gonna get a null pointer exception. and thanks for the tutorial. https://github.com/SaiUpadhyayula/spring-reddit-clone/blob/ebbdb5eab3bad8de69d8ac50342fd7ac6e50d7b7/src/main/java/com/programming/techie/springredditclone/service/CommentService.java#L39-L40

mohdarif8299 commented 4 years ago

Can I work on this issue?

SaiUpadhyayula commented 4 years ago

Just saw the issue. @mohdarif8299 Sure, please raise a Pull Request

mohdarif8299 commented 4 years ago

Raised a pull request! Thank you.

SaiUpadhyayula commented 4 years ago

Thanks for working on it @mohdarif8299