Skip to content

Commit 94974a7

Browse files
authored
lib: add .js suffix to receiver_binary_0_3 (#143)
This commit adds the '.js' suffix to the require of receiver_binary_0_3 to be consistent with the other requires statments in this file. Signed-off-by: Daniel Bevenius <[email protected]>
1 parent c56c203 commit 94974a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bindings/http/http_receiver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const V03Binary = require("./receiver_binary_0_3");
1+
const V03Binary = require("./receiver_binary_0_3.js");
22
const V03Structured = require("./receiver_structured_0_3.js");
33
const V1Binary = require("./receiver_binary_1.js");
44
const V1Structured = require("./receiver_structured_1.js");

0 commit comments

Comments
 (0)