Skip to content

Commit 4fb5d1f

Browse files
author
hirsch88
committed
get rid off bad naming
1 parent 185b476 commit 4fb5d1f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/constants/Types.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88

99
import { TYPE } from 'inversify-express-utils';
1010

11-
12-
const myType = {
11+
export const Types = Object.assign(TYPE, {
1312
Lib: Symbol('Lib'),
1413
Core: Symbol('Core'),
1514
Model: Symbol('Model'),
1615
Service: Symbol('Service'),
1716
Listener: Symbol('Listener'),
1817
Repository: Symbol('Repository'),
1918
Middleware: Symbol('Middleware')
20-
};
21-
22-
export const Types = Object.assign(TYPE, myType);
19+
});

0 commit comments

Comments
 (0)