mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
refactor: remove unused express variable (port)
This commit is contained in:
committed by
Rainer Killinger
parent
9f4350eea7
commit
81cfd0986f
@@ -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];
|
||||
|
||||
@@ -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];
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user