Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Dec 16, 2024
1 parent 88557fc commit d22dcc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def update_draft(
return DraftVariableDefinitionsApi(
VardefClient.get_client(),
).update_variable_definition_by_id(
active_group=config.get_active_group(),
variable_definition_id=self.id,
active_group=config.get_active_group(),
update_draft=update_draft,
)

0 comments on commit d22dcc7

Please sign in to comment.