editable property added to deck short dto

This commit is contained in:
magdo
2025-10-26 21:27:00 +01:00
parent b75d27c7c8
commit fe8d5a53a5
4 changed files with 17 additions and 5 deletions
@@ -65,7 +65,7 @@ export class GetDecksByPageQueryHandler {
});
return {
decks: DeckMapper.toShortDtoList(result.decks),
decks: DeckMapper.toShortDtoList(result.decks, query.userId),
totalCount: result.totalCount
};
} catch (error) {