Skip to content

Commit 5f29dea

Browse files
committed
Fix
1 parent f42ad50 commit 5f29dea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/executor/src/executors/http.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ impl HTTPSubgraphExecutor {
180180
let mut first = true;
181181
for (extension_name, extension_value) in extensions {
182182
if first {
183-
body.put(COMMA);
184183
body.put(FIRST_EXTENSION_STR);
185184
first = false;
186185
} else {

0 commit comments

Comments
 (0)