Skip to content

Commit

Permalink
fix: errors not marked as a reserved word (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward authored Jan 22, 2025
1 parent 370e8e5 commit f5231fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/viur/core/skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MetaBaseSkel(type):
"clone",
"cursor",
"delete",
"patch",
"errors",
"fromClient",
"fromDB",
"get",
Expand All @@ -65,6 +65,7 @@ class MetaBaseSkel(type):
"limit",
"orderby",
"orderdir",
"patch",
"postDeletedHandler",
"postSavedHandler",
"preProcessBlobLocks",
Expand Down

0 comments on commit f5231fe

Please sign in to comment.