Skip to content

Commit

Permalink
Fix: http provider use incorrent template after add (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Yin Da <yd219913@alibaba-inc.com>
  • Loading branch information
Somefive committed Feb 21, 2023
1 parent 08162e2 commit b161e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cue/cuex/providers/http/http.cue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package http
// +usage=The trailer of the response
trailer?: [string]: [...string]
// +usage=The status code of the response
statusCode: int
statusCode?: int
...
}
...
Expand Down

0 comments on commit b161e0f

Please sign in to comment.