Minor improvements

This commit is contained in:
Jan Oberhauser
2020-06-23 12:43:40 +02:00
parent 94cd2c76c2
commit e60edc3bff
4 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
import { MigrationInterface, QueryRunner } from "typeorm";
import {
MigrationInterface,
QueryRunner,
} from 'typeorm';
import * as config from '../../../../config';

View File

@@ -1,7 +1,7 @@
import {
MigrationInterface,
QueryRunner,
} from "typeorm";
} from 'typeorm';
import * as config from '../../../../config';
@@ -13,7 +13,7 @@ import {
import {
Workflow,
} from 'n8n-workflow/dist/src/Workflow';
} from 'n8n-workflow';
import {
IWebhookDb,