Skip to content

Commit

Permalink
verbs: fix from
Browse files Browse the repository at this point in the history
* Fixes `from` in `ListIdentifiers`.

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep authored and slint committed Nov 7, 2023
1 parent 4100cb1 commit caf2a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_oaiserver/verbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class ListIdentifiers(OAISchema):
from_ = DateTime(
format="permissive",
metadata={"load_from": "from", "data_key": "from", "dump_to": "from"},
data_key="from"
)
until = DateTime(format="permissive")
set = fields.Str()
Expand Down

0 comments on commit caf2a95

Please sign in to comment.