mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 03:41:23 +00:00
Fix failing tests
This commit is contained in:
parent
72c1d3914a
commit
d4a4c9f362
@ -28,7 +28,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HcUser from '~/components/User.vue'
|
||||
import HcUser from '~/components/User'
|
||||
|
||||
export default {
|
||||
name: 'HcPostCard',
|
||||
|
||||
@ -83,28 +83,26 @@ export const actions = {
|
||||
role
|
||||
about
|
||||
locationName
|
||||
<<<<<<< HEAD
|
||||
notifications(read: false, orderBy: createdAt_desc) {
|
||||
id
|
||||
read
|
||||
createdAt
|
||||
post {
|
||||
author {
|
||||
id
|
||||
slug
|
||||
name
|
||||
disabled
|
||||
deleted
|
||||
}
|
||||
title
|
||||
contentExcerpt
|
||||
slug
|
||||
}
|
||||
=======
|
||||
socialMedia {
|
||||
id
|
||||
url
|
||||
>>>>>>> f6eb5474d1d8ff180daa5f7f73e3375cff95b2de
|
||||
}
|
||||
}
|
||||
notifications(read: false, orderBy: createdAt_desc) {
|
||||
id
|
||||
read
|
||||
createdAt
|
||||
post {
|
||||
author {
|
||||
id
|
||||
slug
|
||||
name
|
||||
disabled
|
||||
deleted
|
||||
}
|
||||
title
|
||||
contentExcerpt
|
||||
slug
|
||||
}
|
||||
}
|
||||
}`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user