fix typo 2
This commit is contained in:
@@ -37,7 +37,7 @@ def migrate(entry):
|
||||
deletedAt: DateTime
|
||||
deletedBy: Int
|
||||
rating: Int
|
||||
ratigns: [CommentRating]
|
||||
ratings: [CommentRating]
|
||||
views: Int
|
||||
old_id: String
|
||||
old_thread: String
|
||||
|
@@ -53,7 +53,7 @@ def migrate(entry, users_by_oid, topics_by_oid):
|
||||
deletedAt: DateTime
|
||||
deletedBy: Int
|
||||
rating: Int
|
||||
ratigns: [Rating]
|
||||
ratings: [Rating]
|
||||
published: Bool!
|
||||
publishedAt: DateTime # if there is no published field - it is not published
|
||||
replyTo: String # another shout
|
||||
|
Reference in New Issue
Block a user