fixup! Add webpush front-end support

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-05-06 19:22:34 +02:00
parent da4349e678
commit 8e647724ae
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 3 deletions

View File

@ -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)
}
`;