Skip to content

Commit

Permalink
fix(apigw/sync_resource): fix bug (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Han-Ya-Jun authored Oct 25, 2024
1 parent 764ebe6 commit 0446ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def do(self, manager, definition, configuration, *args, **kwargs):
'delete': kwargs["delete"],
}

if 'doc_language' in kwargs:
if kwargs['doc_language']:
sync_args['doc_language'] = kwargs['doc_language']

result = manager.sync_resources_config(**sync_args)
Expand Down

0 comments on commit 0446ffc

Please sign in to comment.