1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

[SM-244] Resolve dotnet warnings (#2283)

This commit is contained in:
Oscar Hinton
2022-10-18 22:12:26 +02:00
committed by GitHub
parent 4a26c55599
commit 07a091503c
8 changed files with 16 additions and 20 deletions

View File

@ -71,7 +71,7 @@ public class FreshdeskControllerTests
return Send(request, cancellationToken);
}
public virtual Task<HttpResponseMessage> Send(HttpRequestMessage request, CancellationToken cancellationToken)
public new virtual Task<HttpResponseMessage> Send(HttpRequestMessage request, CancellationToken cancellationToken)
{
throw new NotImplementedException();
}