Skip to content

Commit

Permalink
reverts signature default val for userid in delete_instances() for no…
Browse files Browse the repository at this point in the history
…w, re #10781
  • Loading branch information
whatisgalen committed Apr 28, 2024
1 parent 16f941d commit 00399b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/models/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def delete(self):
)
)

def delete_instances(self, userid=None, verbose=False):
def delete_instances(self, userid={}, verbose=False):
"""
deletes all associated resource instances
Expand Down

0 comments on commit 00399b8

Please sign in to comment.