mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-18 03:07:40 +01:00
* fix(API): add missing fields to BookMapperV2 This fixes a regression introduced in the data model refactoring work for multi-format support. BookMapperV2 was missing mapping for file-related fields. * Added missing mappings for BookMapperV2 * Added a test for BookMapperV2 to prevent future regressions * fix(api): fix the code after rebase