File name consistancy
This commit is contained in:
parent
810e0130eb
commit
c28253bd49
@ -47,7 +47,7 @@ const {default: fs} = await import("fs");
|
||||
const {default: crypto} = await import("crypto");
|
||||
const {default: jwt} = await import("jsonwebtoken");
|
||||
|
||||
const privateKeyBuffer = fs.readFileSync('vapid_private.pem');
|
||||
const privateKeyBuffer = fs.readFileSync('private.pem');
|
||||
const privateKey = crypto.createPrivateKey(privateKeyBuffer);
|
||||
|
||||
const payload = {
|
||||
|
Loading…
Reference in New Issue
Block a user