mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
toISOString
This commit is contained in:
@@ -25,7 +25,7 @@ export const postComment = graphql(POST_COMMENT, {
|
||||
id: ownProps.auth.user.id,
|
||||
name: ownProps.auth.user.username
|
||||
},
|
||||
created_at: new Date().toString(),
|
||||
created_at: new Date().toISOString(),
|
||||
body,
|
||||
parent_id,
|
||||
asset_id,
|
||||
|
||||
Reference in New Issue
Block a user