Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/mirrors/dick/commit/e95fd10f0e3acf5de895abf9c19b2797507f43de?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove a development console log

pull/15/head
Facinorous-420 3 years ago
parent a39d6891e2
commit e95fd10f0e

@ -12,7 +12,6 @@ import { ASSItem } from "typings/ASSTypes"
export const parseDataFile = () => { export const parseDataFile = () => {
const rawDataJson = JSON.parse(fs.readFileSync(DATA_FILE_PATH).toString()) const rawDataJson = JSON.parse(fs.readFileSync(DATA_FILE_PATH).toString())
console.log(DATA_FILE_PATH)
// Parsed users, raw file stores the password as the key in the json file // Parsed users, raw file stores the password as the key in the json file
const allDataIDs = Object.keys(rawDataJson) const allDataIDs = Object.keys(rawDataJson)

Loading…
Cancel
Save