We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e444a commit 16bd26eCopy full SHA for 16bd26e
Source/FikaAmazonAPI/Services/NotificationService.cs
@@ -34,7 +34,6 @@ public async Task<Subscription> GetSubscriptionAsync(NotificationType notificati
34
return response.Payload;
35
return null;
36
}
37
- //createSubscription
38
39
public Destination CreateDestination(CreateDestinationRequest request) =>
40
Task.Run(() => CreateDestinationAsync(request)).ConfigureAwait(false).GetAwaiter().GetResult();
0 commit comments