Renamed files to storage, re-worked datetimeManager, added json help utilities

This commit is contained in:
2024-10-14 19:47:52 +02:00
parent 049b9de2b3
commit bb9f62a9c8
17 changed files with 86 additions and 47 deletions

View File

@ -5,7 +5,7 @@ import { Server as SocketServer } from 'socket.io'
import { TSocket } from '../utilities/types'
import { queueLogger } from '../utilities/logger'
import fs from 'fs'
import { getAppPath } from '../utilities/files'
import { getAppPath } from '../utilities/storage'
class QueueManager {
private connection!: IORedis