use node-fetch
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-09-03 10:19:47 -06:00
parent 9269826eba
commit 0aea348439
4 changed files with 109 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { readFileSync } from "node:fs";
import { fetch } from "node-fetch";
class CreateListmonkCampaign {
constructor() {