Fix missing 'fetch' import from 'node-fetch'

This commit is contained in:
Jakub Filo 2023-05-02 15:47:12 +00:00
parent 65b2ffe344
commit 4846ce60b7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import { EventEmitter } from "events";
import { client, xml } from "@xmpp/client";
import { Client as XmppClient } from "@xmpp/client-core";
import * as Parser from "node-html-parser";
import fetch from "node-fetch";
const log = new Log("XmppPuppet:client");