Skip to content

Commit

Permalink
refactor: make Id required
Browse files Browse the repository at this point in the history
  • Loading branch information
HunorTotBagi committed Jan 25, 2024
1 parent 8f5be22 commit 478617a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace Backbone.Modules.Tokens.Application.Tokens.Commands.CreateToken;

public class CreateTokenResponse : IMapTo<Token>
{
public TokenId Id { get; set; }
public required TokenId Id { get; set; }
public DateTime CreatedAt { get; set; }
}

0 comments on commit 478617a

Please sign in to comment.