Skip to content

Commit

Permalink
removed unused patch
Browse files Browse the repository at this point in the history
  • Loading branch information
fayeed committed Oct 5, 2023
1 parent 8b85a0f commit 5f3012a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 137 deletions.
21 changes: 0 additions & 21 deletions patches/@achingbrain+ssdp+4.0.4.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/node_modules/@holochain/client/lib/api/zome-call-signing.js b/node_modules/@holochain/client/lib/api/zome-call-signing.js
index aaddf61..257781f 100644
index aaddf61..fa20172 100644
--- a/node_modules/@holochain/client/lib/api/zome-call-signing.js
+++ b/node_modules/@holochain/client/lib/api/zome-call-signing.js
@@ -1,5 +1,7 @@
import nacl from "tweetnacl";
import { encodeHashToBase64 } from "../utils/base64.js";
+import crypto from 'crypto';
+import crypto from 'node:crypto';
+
const signingCredentials = new Map();
/**
Expand Down
114 changes: 0 additions & 114 deletions patches/ipfs-utils+9.0.7.patch

This file was deleted.

0 comments on commit 5f3012a

Please sign in to comment.