Skip to content

fix(*): include thumbnailID in user books response

Pokhi requested to merge fix/716-missing-thumbnailID into dev

Targets: https://gitlab.coko.foundation/ketida/ketida/-/issues/716

The book.thumbnailId is always going to return null because thumbnailId column is not selected when return user books response.

This MR fixes that by selecting that column.

Merge request reports