1
0
forked from keinBot/cuffeo

replace fetch with flummi-fetch-cookies

This commit is contained in:
Flummi
2019-08-17 11:45:04 +00:00
parent a176408990
commit 5a33c21887
5 changed files with 80 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ import EventEmitter from "events";
const clients = [];
const cuffeo = class cuffeo extends EventEmitter {
export default class cuffeo extends EventEmitter {
constructor(cfg) {
super();
for (let srv in cfg) {
@@ -36,5 +36,3 @@ const cuffeo = class cuffeo extends EventEmitter {
});
}
};
export { cuffeo, clients };