Skip to content

Commit b43bbba

Browse files
authored
Formatting fix ManageSubscriptionsJob (#119)
1 parent 6acd9be commit b43bbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneGround.ZGW.Documenten.Jobs/Subscription/ManageSubscriptionsJob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ public Task ExecuteAsync()
6363
{
6464
x.Rsin,
6565
x.ClientId,
66-
x.ClientSecret
66+
x.ClientSecret,
6767
});
6868
}

0 commit comments

Comments
 (0)