refactor: remove unused express variable (port)

This commit is contained in:
Jovan Krunić
2020-08-25 14:28:30 +02:00
committed by Rainer Killinger
parent 9f4350eea7
commit 81cfd0986f
4 changed files with 4 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// tslint:disable:no-magic-numbers
import {SCConfigFile} from '@openstapps/core';
import {RecursivePartial} from '@openstapps/logger/lib/common';
import * as moment from 'moment';
import moment from 'moment';
import {inRangeInclusive} from '../src/common';
const ssRange = [4, 9];

View File

@@ -2,7 +2,7 @@
// tslint:disable:no-magic-numbers
import {SCConfigFile} from '@openstapps/core';
import {RecursivePartial} from '@openstapps/logger/lib/common';
import * as moment from 'moment';
import moment from 'moment';
import {inRangeInclusive} from '../src/common';
const ssRange = [4, 9];

View File

@@ -2,7 +2,7 @@
// tslint:disable:no-magic-numbers
import {SCConfigFile} from '@openstapps/core';
import {RecursivePartial} from '@openstapps/logger/lib/common';
import * as moment from 'moment';
import moment from 'moment';
import {inRangeInclusive} from '../src/common';
const ssRange = [4, 9];