Skip to content

Commit

Permalink
Removed unneeded parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Dec 5, 2024
1 parent 2a2c2dc commit 1ea554e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected override void Dispose(bool disposing)
base.Dispose(disposing);
}

private async ValueTask SendDelayedUpdateAsync(UpdateAction action, AttributeDefinition attribute)
private async ValueTask SendDelayedUpdateAsync(UpdateAction action)
{
var autoResetEvent = this._resetEvents[this._actionIndexMapping[action]];
if (!autoResetEvent.WaitOne(0))
Expand Down

0 comments on commit 1ea554e

Please sign in to comment.