aboutsummaryrefslogtreecommitdiff
path: root/src/app/services/comment.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/services/comment.service.ts')
-rw-r--r--src/app/services/comment.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/services/comment.service.ts b/src/app/services/comment.service.ts
index 70ab005..9839b01 100644
--- a/src/app/services/comment.service.ts
+++ b/src/app/services/comment.service.ts
@@ -14,7 +14,7 @@ export class CommentService {
{ }
getDefaultComment(): Comment {
- return new Comment(Guid.createEmpty(), Guid.createEmpty(), 'Gosho', 'Trapov', 'gosho_trapov', 'Your opinion on my idea?', new Date());
+ return new Comment(Guid.createEmpty(), Guid.createEmpty(), '', '', '', '', new Date());
}
/* Requests from session storage */