mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
peace nirvana and no yellow warning lines in my console
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
loadingTerms = true;
|
||||
terms = await canvas.GetCurrentTermsFor();
|
||||
loadingTerms = false;
|
||||
directoriesNotUsed = await fileStorageManager.GetEmptyDirectories();
|
||||
directoriesNotUsed = fileStorageManager.GetEmptyDirectories();
|
||||
}
|
||||
|
||||
private async Task SaveNewCourse()
|
||||
|
||||
Reference in New Issue
Block a user