fix: remove unused PATHS variable (moved to other file)

pull/245/head
Josh Moore 8 months ago
parent fd578d8359
commit 3e26d4da65
No known key found for this signature in database
GPG Key ID: D448BA776D2B1D45

@ -1,7 +1,4 @@
import { AssFile, AssUser, NID, FilesSchema, UsersSchema } from 'ass';
import fs from 'fs-extra';
import { path } from '@tycrek/joint';
import { AssFile, AssUser, NID } from 'ass';
import { log } from './log';
import { UserConfig } from './UserConfig';
@ -12,14 +9,6 @@ import { DBManager } from './sql/database';
*/
type DataSector = 'files' | 'users';
/**
* Absolute filepaths for JSON data files
*/
const PATHS = {
files: path.join('.ass-data/files.json'),
users: path.join('.ass-data/users.json')
};
/**
* database kind -> name mapping
*/

Loading…
Cancel
Save