Moved to "mapping" class
parent
e88c808986
commit
715096bc3b
|
@ -5,9 +5,9 @@ import cheerio from "cheerio";
|
||||||
import luxon from "luxon";
|
import luxon from "luxon";
|
||||||
|
|
||||||
// Modules from files
|
// Modules from files
|
||||||
import { urls } from "../constants/url.js";
|
import { urls } from "../../constants/url.js";
|
||||||
import { fetchHTML } from "../network-helper.js";
|
import { fetchHTML } from "../../network-helper.js";
|
||||||
import { MEMBER } from "../constants/css-selector.js";
|
import { MEMBER } from "../../constants/css-selector.js";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a generic user registered on the platform.
|
* Represents a generic user registered on the platform.
|
Loading…
Reference in New Issue