Fix indentation

This commit is contained in:
Jan Oberhauser 2020-06-10 15:58:57 +02:00
parent 5ed86670a8
commit 17ee152eaf

View file

@ -7,7 +7,7 @@ import {
IWorkflowDb, IWorkflowDb,
NodeTypes, NodeTypes,
WebhookHelpers, WebhookHelpers,
} from '../../..'; } from '../../..';
import { import {
Workflow, Workflow,
@ -15,9 +15,9 @@ import {
import { import {
IWebhookDb, IWebhookDb,
} from '../../../Interfaces'; } from '../../../Interfaces';
import * as config from '../../../../config'; import * as config from '../../../../config';
export class WebhookModel1589476000887 implements MigrationInterface { export class WebhookModel1589476000887 implements MigrationInterface {
name = 'WebhookModel1589476000887'; name = 'WebhookModel1589476000887';