From 22ed2a16d6500e703750e09bf93d687e4960af19 Mon Sep 17 00:00:00 2001 From: Moon Man Date: Mon, 25 Dec 2023 21:34:52 -0500 Subject: [PATCH] rm junk --- src/activity.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/activity.ts b/src/activity.ts index e92d02b..0a4ae0b 100644 --- a/src/activity.ts +++ b/src/activity.ts @@ -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,