[CST-4875] improvements

This commit is contained in:
Rezart Vata
2021-12-09 12:46:50 +01:00
parent f74716a459
commit 01b200279b
4 changed files with 16 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ export class Feedback extends DSpaceObject {
public email: string;
/**
* A ring representing message the user inserted
* A string representing message the user inserted
*/
@autoserialize
public message: string;