Skip to content

Commit

Permalink
address code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Apr 2, 2024
1 parent ecc0a23 commit 141d356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/last_binding_operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (h APIHandler) LastBindingOperation(w http.ResponseWriter, req *http.Reques
OperationData: req.FormValue("operation"),
}

logger := h.logger.Session(req.Context(), lastBindingOperationLogKey, blog.InstanceID(instanceID))
logger := h.logger.Session(req.Context(), lastBindingOperationLogKey, blog.InstanceID(instanceID), blog.BindingID(bindingID))

requestId := fmt.Sprintf("%v", req.Context().Value(middlewares.RequestIdentityKey))

Expand Down

0 comments on commit 141d356

Please sign in to comment.