Trim whitespace
This commit is contained in:
parent
e3f8f371a7
commit
69c816eb17
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class Subscription
|
|||
{
|
||||
$keypair = DI::config()->get('system', 'ec_keypair');
|
||||
if (empty($keypair['publicKey']) || empty($keypair['privateKey'])) {
|
||||
$keypair = VAPID::createVapidKeys();
|
||||
$keypair = VAPID::createVapidKeys();
|
||||
DI::config()->set('system', 'ec_keypair', $keypair);
|
||||
}
|
||||
return $keypair;
|
||||
|
|
Loading…
Reference in a new issue