This commit is contained in:
Douglas Barone 2022-04-13 09:44:00 -04:00
parent 4a26376443
commit c9860ea920

View File

@ -278,11 +278,9 @@ export default {
} }
} }
`, `,
updateQuery: (previousResult, { subscriptionData }) => { updateQuery: (previousResult, { subscriptionData }) => ({
return { accessPoints: subscriptionData.data.accessPointsUpdated
accessPoints: subscriptionData.data.accessPointsUpdated })
}
}
} }
} }
} }