Skip to content

Commit 7fefffe

Browse files
refactor: make prop required, it's an incoming integration event, TokenCreatedIntegrationEvent
1 parent aeb1c8f commit 7fefffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Quotas/src/Quotas.Application/IntegrationEvents/Incoming/TokenCreated/TokenCreatedIntegrationEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
namespace Backbone.Modules.Quotas.Application.IntegrationEvents.Incoming.TokenCreated;
44
public class TokenCreatedIntegrationEvent : IntegrationEvent
55
{
6-
public string CreatedBy { get; set; }
6+
public required string CreatedBy { get; set; }
77
}

0 commit comments

Comments
 (0)