Skip to content

Commit 16bd26e

Browse files
committed
remove commit
1 parent 48e444a commit 16bd26e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/FikaAmazonAPI/Services/NotificationService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public async Task<Subscription> GetSubscriptionAsync(NotificationType notificati
3434
return response.Payload;
3535
return null;
3636
}
37-
//createSubscription
3837

3938
public Destination CreateDestination(CreateDestinationRequest request) =>
4039
Task.Run(() => CreateDestinationAsync(request)).ConfigureAwait(false).GetAwaiter().GetResult();

0 commit comments

Comments
 (0)