removed "authFile"

This commit is contained in:
booploops 2021-12-06 18:33:49 -08:00
parent 75525a8e0c
commit 0a6f5a78d8
2 changed files with 0 additions and 7 deletions

View file

@ -5,7 +5,6 @@ const express = require("express");
const path = require("path");
const windowStateKeeper = require("electron-window-state");
const request = require('request');
const authFile = require("../auth.json");
const CiderBase = {