1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Revert "Fix request, crypto, and bs58 imports (#2414)" (#2422)

This reverts commit 05dd3c4967.
This commit is contained in:
Michael Telatynski
2022-05-30 15:46:59 +01:00
committed by GitHub
parent c28939c250
commit 64c6c477dc
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ limitations under the License.
import unhomoglyph from "unhomoglyph";
import promiseRetry from "p-retry";
import type NodeCrypto from "crypto";
import type * as NodeCrypto from "crypto";
import { MatrixEvent } from ".";
import { M_TIMESTAMP } from "./@types/location";