Skip to content

Commit

Permalink
Remove extra /
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
  • Loading branch information
peterbroadhurst committed Apr 30, 2022
1 parent 0e0d1fd commit 53ec5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rpcbackend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (rb *rpcBackend) SyncRequest(ctx context.Context, rpcReq *RPCRequest) (rpcR
SetBody(&beReq).
SetResult(rpcRes).
SetError(rpcRes).
Post("/")
Post("")
// Restore the original ID
rpcRes.ID = rpcReq.ID
if err != nil {
Expand Down

0 comments on commit 53ec5c0

Please sign in to comment.