Skip to content

Commit

Permalink
Revert "reverts signature default val for userid in delete_instances(…
Browse files Browse the repository at this point in the history
…) for now, re #10781"

This reverts commit 00399b8.

make userid default assignment elsewhere until core issue fixed
  • Loading branch information
whatisgalen committed Apr 29, 2024
1 parent 00399b8 commit 8f88583
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={}, verbose=False):
def delete_instances(self, userid=None, verbose=False):
"""
deletes all associated resource instances
Expand Down

0 comments on commit 8f88583

Please sign in to comment.