This commit is contained in:
mattwr18 2019-11-01 09:27:08 +01:00
parent 25c9b9585b
commit 780a418254

View File

@ -79,9 +79,9 @@ export default {
},
},
NOTIFIED: {
id: async (parent) => {
id: async parent => {
// serialize an ID to help the client update the cache
return `${parent.reason}/${parent.from.id}/${parent.to.id}`
}
}
},
},
}