This commit is contained in:
mattwr18 2019-10-18 15:55:47 +02:00
parent 7f2adfaa9e
commit 9f70012556
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ export default {
const { pinnedPost, pinnedAt } = transactionResult
pinnedPostWithNestedAttributes = {
...pinnedPost,
pinnedAt
pinnedAt,
}
} finally {
session.close()

View File

@ -672,7 +672,7 @@ describe('UpdatePost', () => {
data: {
pinPost: {
id: 'created-and-pinned-by-same-admin',
pinnedAt: expect.any(String)
pinnedAt: expect.any(String),
},
},
errors: undefined,