From 9bf03a84c1f3622a58da320aa8e031c6dfa4e41e Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 8 Nov 2022 00:29:32 -0800 Subject: [PATCH] Update crypto.js --- src/node-fallbacks/crypto.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node-fallbacks/crypto.js b/src/node-fallbacks/crypto.js index e9fb6c2533..7c27fd9a6d 100644 --- a/src/node-fallbacks/crypto.js +++ b/src/node-fallbacks/crypto.js @@ -9,5 +9,4 @@ export var randomUUID = () => { return crypto.randomUUID(); }; -export var subtle = crypto.subtle; export var webcrypto = crypto;