1
0
forked from noxious/server

Renamed utilities to files, added datetimeManager, npm update

This commit is contained in:
2024-10-13 12:15:29 +02:00
parent 2008646a3f
commit 049b9de2b3
20 changed files with 157 additions and 43 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/utilities'
import { getAppPath } from '../utilities/files'
class QueueManager {
private connection!: IORedis