Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cewkrupa committed Mar 1, 2024
1 parent 8cec6f1 commit 1677730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const process = require("process"),
debug = require("debug")(`${pkg.name}:event`),
libhoney = require("libhoney"),
LibhoneyImpl = require("./libhoney"),
MockImpl = require("./mock"),
utils = require("../util");
MockImpl = require("./mock");

const { honeycomb, aws, w3c, util } = propagation;

Expand Down
3 changes: 1 addition & 2 deletions lib/api/libhoney.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ const libhoney = require("libhoney"),
schema = require("../schema"),
Span = require("./span"),
pkg = require("../../package.json"),
debug = require("debug")(`${pkg.name}:event`),
util = require("../util");
debug = require("debug")(`${pkg.name}:event`);

const defaultName = "nodejs";

Expand Down

0 comments on commit 1677730

Please sign in to comment.