Skip to content

Commit

Permalink
Merge branch 'develop' into 158-no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored May 1, 2024
2 parents 14a8fbb + aea993f commit 4be792f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions lib/raygun.sync.worker.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import fs from "fs";

import * as transport from "./raygun.transport";
import { SendOptions, SendOptionsWithoutCB } from "./types";
import {IncomingMessage} from "http";
import { IncomingMessage } from "http";

// Read stdin synchronously
const data = fs.readFileSync(0, "utf-8");
Expand Down

0 comments on commit 4be792f

Please sign in to comment.