fix: merge errors

This commit is contained in:
Nikita Nek Dudnik
2020-06-04 10:12:52 +02:00
parent bb3c08878c
commit 3dfbc6e160
2 changed files with 2 additions and 2 deletions
@@ -27,7 +27,6 @@ import { Logger } from 'winston';
import { EntitiesCatalog, LocationsCatalog } from '../catalog';
import { HigherOrderOperation } from '../ingestion';
import { createRouter } from './router';
import { HigherOrderOperation } from '../ingestion/types';
export interface ApplicationOptions {
enableCors: boolean;
@@ -15,7 +15,7 @@
*/
import { Server } from 'http';
import { Logger } from 'winston';
import { Logger, log } from 'winston';
import knex from 'knex';
import { createStandaloneApplication } from './standaloneApplication';
import { DatabaseEntitiesCatalog } from '../catalog/DatabaseEntitiesCatalog';
@@ -49,6 +49,7 @@ export async function startStandaloneServer(
entitiesCatalog,
locationsCatalog,
ingestionModel,
logger,
);
logger.debug('Creating application...');