mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove max upload size from settings / use env var instead to centralize the config
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import { io, ManagerOptions, Socket, SocketOptions } from "socket.io-client";
|
||||
|
||||
import { Config } from "../providers/ConfigProvider";
|
||||
import { Config } from "../types/config.types";
|
||||
import {
|
||||
IOIncomingMessage,
|
||||
IOOutgoingMessage,
|
||||
|
||||
Reference in New Issue
Block a user