Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Ignore deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Aug 10, 2023
1 parent dde2e0a commit 544894e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/pubsub_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class _PubSubImpl implements PubSub {
String subscription, bool returnImmediately) {
var request = pubsub.PullRequest()
..maxMessages = 1
// ignore: deprecated_member_use
..returnImmediately = returnImmediately;
return _api.projects.subscriptions.pull(request, subscription);
}
Expand Down

0 comments on commit 544894e

Please sign in to comment.