fedimbed: typo moment

This commit is contained in:
Cynthia Foxwell 2023-07-25 21:26:40 -06:00
parent 2ba594d447
commit 967a7f7bc8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ async function resolvePlatform(url) {
return nodeinfo.software.name;
}
const keyId = "https://hf.c7.pm/action#main-key";
const keyId = "https://hf.c7.pm/actor#main-key";
const privKey = fs.readFileSync(
path.resolve(__dirname, "../../priv/private.pem")
);