forked from AkkomaGang/akkoma-fe
fix typo
This commit is contained in:
parent
bbae2e10f3
commit
264da19f69
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function subscribe (registration, store) {
|
|||
}
|
||||
|
||||
if (!store.rootState.instance.vapidPublicKey) {
|
||||
return Promise.reject(new Error('VAPID publick key is not found'))
|
||||
return Promise.reject(new Error('VAPID public key is not found'))
|
||||
}
|
||||
|
||||
const subscribeOptions = {
|
||||
|
|
Loading…
Reference in a new issue