File name consistancy

This commit is contained in:
BordedDev 2025-02-01 22:26:42 +01:00
parent 810e0130eb
commit c28253bd49
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -47,7 +47,7 @@ const {default: fs} = await import("fs");
const {default: crypto} = await import("crypto"); const {default: crypto} = await import("crypto");
const {default: jwt} = await import("jsonwebtoken"); 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 privateKey = crypto.createPrivateKey(privateKeyBuffer);
const payload = { const payload = {