Skip to content

Commit

Permalink
Fix undelete service helper name
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 20, 2024
1 parent a29b9c6 commit f26c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/services/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def delete(self, trans, id: DecodedDatabaseIdField):
with transaction(trans.sa_session):
trans.sa_session.commit()

def delete(self, trans, id: DecodedDatabaseIdField):
def undelete(self, trans, id: DecodedDatabaseIdField):
"""
Undelete page
Expand Down

0 comments on commit f26c386

Please sign in to comment.