mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 23:00:07 +01:00
feat: provide user data on login, minor fix to seeding, logical fixes
This commit is contained in:
@@ -8,7 +8,7 @@ namespace QuotifyBE.Mapping;
|
||||
public static class QuoteMapping
|
||||
{
|
||||
|
||||
public static QuoteShortDTO ToQuoteShortDTO(this Quote quote, ApplicationDbContext db)
|
||||
public static QuoteShortDTO ToQuoteShortDTO(this Quote quote)
|
||||
{
|
||||
|
||||
List<string> categoryNames = [];
|
||||
|
||||
Reference in New Issue
Block a user