Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 2, 2023
1 parent c394a91 commit 5508ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/node/crypto/node.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type nodeCrypto from "node:crypto";

import { getRandomValues } from "./web";
import { notImplemented, notImplementedClass } from "../../_internal/utils";
import { getRandomValues } from "./web";

// limit of Crypto.getRandomValues()
// https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
Expand Down

0 comments on commit 5508ce3

Please sign in to comment.