Skip to content

Commit

Permalink
Create Hopper enable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barbayrak committed Oct 8, 2021
1 parent bee33d6 commit 01c150b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class HopperAPICreateHopperRequest: HopperAPIRequest<HopperAPICreateHopperRespon
this.changeUrlPath("/hopper")
addBodyItem( "name", name)
if(enabled != null){
addBodyItem( "enabled", enabled.toString())
addBodyItem( "enabled", enabled)
}
if(templateId != null){
addBodyItem( "template_id", templateId)
Expand Down

0 comments on commit 01c150b

Please sign in to comment.