Skip to content
Snippets Groups Projects
Verified Commit 0dd8e5ce authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Make feedback nullable in dto

parent 0e71b454
No related branches found
No related tags found
2 merge requests!179Release 2.5.0,!177Submit integration
Pipeline #737376 failed
......@@ -35,6 +35,7 @@ public class SubmitAppFeedbackDto {
/**
* The feedback itself.
*/
@Nullable
public String textualFeedback = "";
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment