mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
passing canvas models tests
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
|
||||
global using System.Text.Json.Serialization;
|
||||
global using System.Text.Json;
|
||||
global using System.Text.Json;
|
||||
|
||||
@@ -64,7 +64,4 @@ public class CanvasService
|
||||
.TrimStart('<')
|
||||
.Replace(" ", "")
|
||||
.Replace(BaseUrl, "");
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user