File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1510,11 +1510,11 @@ class [[nodiscard("unnecessary construction")]] Request
1510
1510
unsubscribe (RequestUnsubscribeParams params);
1511
1511
[[nodiscard (" potentially leaked event" )]] GRAPHQLSERVICE_EXPORT AwaitableDeliver deliver (
1512
1512
RequestDeliverParams params) const ;
1513
+ void removeSubscription (SubscriptionKey key);
1513
1514
1514
1515
private:
1515
1516
[[nodiscard (" leaked subscription" )]] SubscriptionKey addSubscription (
1516
1517
RequestSubscribeParams&& params);
1517
- void removeSubscription (SubscriptionKey key);
1518
1518
[[nodiscard (" unnecessary call" )]] std::vector<std::shared_ptr<const SubscriptionData>>
1519
1519
collectRegistrations (std::string_view field, RequestDeliverFilter&& filter) const noexcept ;
1520
1520
You can’t perform that action at this time.
0 commit comments