Skip to content

Commit 9f47e86

Browse files
author
Ronny Birkeli
committed
Remove whitespace
1 parent 74cd812 commit 9f47e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Altinn.App.Core/Infrastructure/Clients/Events/EventsSubscriptionClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public async Task<Subscription> AddSubscription(string org, string app, string e
5555
{
5656
TypeFilter = eventType,
5757
EndPoint = new Uri(new Uri(appBaseUrl), $"api/v1/eventsreceiver?code={await _secretCodeProvider.GetSecretCode()}"),
58-
SourceFilter = new Uri(appBaseUrl)
58+
SourceFilter = new Uri(appBaseUrl)
5959
};
6060

6161
string serializedSubscriptionRequest = JsonSerializer.Serialize(subscriptionRequest);

0 commit comments

Comments
 (0)