Skip to content

Commit

Permalink
Update src/main/java/net/dv8tion/jda/internal/requests/restaction/ope…
Browse files Browse the repository at this point in the history
…rator/FlatMapRestAction.java

Co-authored-by: Florian Spieß <[email protected]>
  • Loading branch information
Whizyyy and MinnDevelopment authored Mar 30, 2024
1 parent 846976f commit 5965da9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public void queue(@Nullable Consumer<? super O> success, @Nullable Consumer<? su
}

@Override
@Nullable
public O complete(boolean shouldQueue) throws RateLimitedException
{
I complete = action.complete(shouldQueue);
Expand Down

0 comments on commit 5965da9

Please sign in to comment.