lim-james/wall-server

Incorrect creation_time

Closed this issue · 2 comments

Current Result

{
    "comment_id": 9,
    "post_id": 1,
    "user_id": 7,
    "text": "Hi I am commenting",
    "creation_time": "0001-01-01T00:00:00Z",
    "is_edited": false,
    "last_edited_time": "0001-01-01T00:00:00Z"
}

Possible fix - Just return comment_id

{
    "comment_id": 9
}

Relates to #24

Resolved in ee273f0