diff --git a/service/cpic.js b/service/cpic.js index c8e7095..dd33447 100644 --- a/service/cpic.js +++ b/service/cpic.js @@ -7,7 +7,7 @@ import config from "../config.js"; import { SQLiteMessageQueue } from "../sqlite.js"; import * as cheerio from "cheerio"; -class DF { +class CPIC { constructor() { this.jsonMap = [ { @@ -177,4 +177,4 @@ class DF { } } -new DF(); +new CPIC();