mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
7f2adfaa9e
commit
9f70012556
@ -263,7 +263,7 @@ export default {
|
|||||||
const { pinnedPost, pinnedAt } = transactionResult
|
const { pinnedPost, pinnedAt } = transactionResult
|
||||||
pinnedPostWithNestedAttributes = {
|
pinnedPostWithNestedAttributes = {
|
||||||
...pinnedPost,
|
...pinnedPost,
|
||||||
pinnedAt
|
pinnedAt,
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
session.close()
|
session.close()
|
||||||
|
|||||||
@ -672,7 +672,7 @@ describe('UpdatePost', () => {
|
|||||||
data: {
|
data: {
|
||||||
pinPost: {
|
pinPost: {
|
||||||
id: 'created-and-pinned-by-same-admin',
|
id: 'created-and-pinned-by-same-admin',
|
||||||
pinnedAt: expect.any(String)
|
pinnedAt: expect.any(String),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
errors: undefined,
|
errors: undefined,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user