Skip to content

Commit a8d7a95

Browse files
chore(tslint): fix ordered imports error
1 parent 9616ab8 commit a8d7a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapper/for-type/number.mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { NumberAttribute } from '../type/attribute.type'
21
import { isNumber } from 'lodash'
2+
import { NumberAttribute } from '../type/attribute.type'
33
import { MapperForType } from './base.mapper'
44

55
function numberFromDb(attributeValue: NumberAttribute): number {

0 commit comments

Comments
 (0)