mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 15:31:40 +00:00
Fix missing 'fetch' import from 'node-fetch'
This commit is contained in:
parent
65b2ffe344
commit
4846ce60b7
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user