Skip to content

Commit c29ed1a

Browse files
committed
refactor: ♻️ Chagne test cases
1 parent 6a85d93 commit c29ed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stack/branch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function Branch (http, data = {}) {
2828
* client.stack({ api_key: 'api_key'}).branch('branch_uid').delete()
2929
* .then((response) => console.log(response.notice))
3030
*/
31-
this.delete = deleteEntity(http)
31+
this.delete = deleteEntity(http, true)
3232

3333
/**
3434
* @description The fetch Branch call fetches Branch details.

0 commit comments

Comments
 (0)