Skip to content

Commit e36df4d

Browse files
committed
Fix lint
1 parent 25e59fa commit e36df4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/api/ReportingAPINodeHTTP.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as express from "express-v5";
1+
import * as express from "express";
22
import * as asyncHandler from "express-async-handler";
33
import * as t from "tap";
44
import { ReportingAPINodeHTTP } from "./ReportingAPINodeHTTP";

0 commit comments

Comments
 (0)