fixes and refactor

This commit is contained in:
Liyas Thomas
2021-05-14 05:50:17 +00:00
committed by GitHub
parent 2b8cda40a2
commit 8f09c82763
13 changed files with 107 additions and 87 deletions

View File

@@ -466,6 +466,8 @@ export default class TeamCollectionAdapter {
},
})
.subscribe(({ data }) => {
console.log("from adapter")
this.updateRequest({
id: data.teamRequestUpdated.id,
collectionID: data.teamRequestUpdated.collectionID,
@@ -526,7 +528,7 @@ export default class TeamCollectionAdapter {
id: el.id,
collectionID: collectionID,
title: el.title,
request: el.request,
request: JSON.parse(el.request),
}
})