Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Nov 28, 2024
1 parent 25e59fa commit e36df4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/api/ReportingAPINodeHTTP.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as express from "express-v5";
import * as express from "express";
import * as asyncHandler from "express-async-handler";
import * as t from "tap";
import { ReportingAPINodeHTTP } from "./ReportingAPINodeHTTP";
Expand Down

0 comments on commit e36df4d

Please sign in to comment.