fixed warnings

This commit is contained in:
2023-01-04 21:43:18 -07:00
parent c350a8487e
commit 8fec96ce5c
6 changed files with 22 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ public class CanvasService
{
private const string BaseUrl = "https://snow.instructure.com/api/v1/";
private readonly IWebRequestor webRequestor;
private RestClient client;
private string courseid { get; }
public CanvasService(IWebRequestor webRequestor)
{