Skip to content

Commit

Permalink
Fix transport options type import (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
haines authored Apr 11, 2023
1 parent 6d97256 commit 94f0d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
createNodeHttp1Client,
createNodeHttp2Client,
} from "./node-universal-client.js";
import type { CommonTransportOptions } from "@bufbuild/connect/src/protocol";
import type { CommonTransportOptions } from "@bufbuild/connect/protocol";

/**
* Options specific to the Node.js built in http and https modules.
Expand Down

0 comments on commit 94f0d4c

Please sign in to comment.