Skip to content

Commit 6aa178e

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polycode/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func executeApiWithResponse[T any](httpClient *http.Client, baseUrl string, sess
178178
return err
179179
}
180180
httpReq.Header.Set("Content-Type", "application/json")
181-
httpReq.Header.Set("x-polycode-session-id", sessionId)
181+
httpReq.Header.Set("x-polycode-task-session-id", sessionId)
182182

183183
resp, err := httpClient.Do(httpReq)
184184
if err != nil {

0 commit comments

Comments
 (0)