This commit is contained in:
Moon Man 2023-12-25 21:34:52 -05:00
parent 135960e7cf
commit 22ed2a16d6
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ import { routes } from "./index.js";
const hasher = createHash("sha256");
export const send = async (publicKeyId: string, privateKey: string, activity: string, hash: string, inbox: string) => {
activity = typeof activity === "string" ? activity : JSON.stringify(activity, null, 4);
const headers = {
date: new Date().toUTCString(),
digest: hash,