Further cleanup of components for subscription use

This commit is contained in:
Patrick Fic
2019-12-11 18:50:48 -08:00
parent f333301f67
commit 3c3f1e8650
6 changed files with 7 additions and 12 deletions

View File

@@ -64,7 +64,7 @@ export default () => {
mutation: UPSERT_USER,
variables: { authEmail: user.email, authToken: user.uid }
})
.then(r => console.log("Successful Upsert", r))
.then()
.catch(error => {
console.log("Upsert error!!!!", error);
});