diff --git a/js/src/graphql/webPush.ts b/js/src/graphql/webPush.ts index fec7ca9ad..6c9c56b62 100644 --- a/js/src/graphql/webPush.ts +++ b/js/src/graphql/webPush.ts @@ -2,8 +2,6 @@ import gql from "graphql-tag"; export const REGISTER_PUSH_MUTATION = gql` mutation RegisterPush($endpoint: String!, $keys: PushSubscriptionKeys!) { - registerPush(endpoint: $endpoint, keys: $keys) { - status - } + registerPush(endpoint: $endpoint, keys: $keys) } `;