(namespace: string, endpoint: string)
| 15 | } |
| 16 | |
| 17 | removePushSubscription(namespace: string, endpoint: string): void { |
| 18 | removePushSubscription(this.db, namespace, endpoint) |
| 19 | } |
| 20 | |
| 21 | getPushSubscriptionsByNamespace(namespace: string): StoredPushSubscription[] { |
| 22 | return getPushSubscriptionsByNamespace(this.db, namespace) |
no test coverage detected