Ignore:
Timestamp:
06/23/26 17:20:47 (12 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
99c1e45
Parents:
b373fea
Message:

Fixed user profile and reading lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Infrastructure/Repositories/StoryRepository.cs

    rb373fea r0b502c2  
    1919                .Include(s => s.Writer)
    2020                    .ThenInclude(w => w!.User)
     21                .Include(s => s.Likes)
     22                .Include(s => s.Comments)
     23                .Include(s => s.Chapters)
    2124                .ToListAsync(cancellationToken);
    2225        }
Note: See TracChangeset for help on using the changeset viewer.