We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d14187 commit 67b106dCopy full SHA for 67b106d
redisinsight/api/src/middleware/subpath-proxy.middleware.ts
@@ -1,6 +1,6 @@
1
import { NestMiddleware, Injectable } from '@nestjs/common';
2
import { Request, Response, NextFunction } from 'express';
3
-const { trim } from 'lodash';
+import { trim } from 'lodash';
4
import * as fs from 'fs';
5
6
@Injectable()
0 commit comments