diff --git a/action.mjs b/action.mjs index 56b073a..41396b8 100644 --- a/action.mjs +++ b/action.mjs @@ -1,5 +1,5 @@ import { readFileSync } from "node:fs"; -import { fetch } from "node-fetch"; +import fetch from "node-fetch"; class CreateListmonkCampaign { constructor() {