SuccessChanges

Summary

  1. fix: Fixes NullPointerException problem in most read stories method (details)
Commit 1c9af8b5c1fa189c3b2f27c3707965eff8c252c2 by yruben98
fix: Fixes NullPointerException problem in most read stories method
The service method did not initialize a variable, which it then
compared, not guaranteed to be non-null.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java