Skip to content

Commit

Permalink
make user_id required false
Browse files Browse the repository at this point in the history
  • Loading branch information
ozer550 committed Sep 30, 2024
1 parent 73cbda7 commit 5e8b711
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def add_arguments(self, parser):
'--user_id',
type=int,
help="User ID for the operation",
required=True
)

def handle(self, *args, **options):
Expand Down

0 comments on commit 5e8b711

Please sign in to comment.