Skip to content

Commit 67b106d

Browse files
committed
Use import instead of const
1 parent 3d14187 commit 67b106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/middleware/subpath-proxy.middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NestMiddleware, Injectable } from '@nestjs/common';
22
import { Request, Response, NextFunction } from 'express';
3-
const { trim } from 'lodash';
3+
import { trim } from 'lodash';
44
import * as fs from 'fs';
55

66
@Injectable()

0 commit comments

Comments
 (0)