Skip to content

Commit

Permalink
fix: incorrect parameters validator
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-inuits committed Nov 22, 2024
1 parent 39af055 commit 4edc6c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def serializer(document, **_):

@abstractmethod
def validation(self):
def validator(http_method, content, **_):
def validator(http_method, content, item, **_):
pass

return "function", validator
Expand Down

0 comments on commit 4edc6c4

Please sign in to comment.