Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 21, 2024
1 parent d85997b commit d7b5b01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/e2e/skr/kyma-environment-broker/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ class KEBClient {
const endpoint = `service_instances/${instanceID}/service_bindings/${bindingID}?accepts_incomplete=false`;
const config = await this.buildRequest(payload, endpoint, 'put');
return await axios.request(config);

}

async deleteBinding(instanceID, bindingID) {
Expand Down

0 comments on commit d7b5b01

Please sign in to comment.