This commit is contained in:
Boki 2025-06-23 22:32:51 -04:00
parent d7979500eb
commit ce5fa9da4a
25 changed files with 68 additions and 175 deletions

View file

@ -15,7 +15,7 @@ import { syncIBExchanges } from './operations/sync-ib-exchanges.operations';
import { syncQMProviderMappings } from './operations/sync-qm-provider-mappings.operations';
@Handler('exchanges')
export class ExchangesHandler extends BaseHandler {
class ExchangesHandler extends BaseHandler {
constructor(services: IServiceContainer) {
super(services);
}