Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Aug 5, 2024
1 parent 8cef433 commit 14070fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Persistence/InMemory/InMemoryContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public bool SaveChanges()
}

/// <inheritdoc/>
public async ValueTask<bool> SaveChangesAsync(CancellationToken cancellationToken = default)
public async ValueTask<bool> SaveChangesAsync()
{
var result = this.SaveChanges();
if (result)
Expand Down

0 comments on commit 14070fe

Please sign in to comment.