Skip to content

Commit

Permalink
fix: remove "node:" prefix from crypto import
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Dec 4, 2023
1 parent 3f047dc commit 93a80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudAPI/CloudAPIWebhook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import AbstractAPI from "../../API/AbstractAPI";
import { EventNotificationType } from "../../EventNotification";
import CloudAPIWebhookError from "./CloudWebhookAPIError";
import { createHmac } from "crypto";
import { IncomingMessage, ServerResponse } from "http";
import { createHmac } from "node:crypto";

export interface WebhookAPIRegisterReturn {
/**
Expand Down

0 comments on commit 93a80c5

Please sign in to comment.