Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
change ref to node:crypto
  • Loading branch information
drush authored and cjroebuck committed May 15, 2024
1 parent 2b66c7f commit 78d59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
import qs from "qs";
import { createHmac } from "crypto";
import { createHmac } from "node:crypto";
import { RenderOptions } from "./types";

const DEFAULT_PREFIX = "https://api.urlbox.io/v1/";
Expand Down

0 comments on commit 78d59b0

Please sign in to comment.