mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
tests allow for pages to be stored and retrieved
This commit is contained in:
@@ -30,6 +30,8 @@ public class FileStorageManager
|
||||
}
|
||||
public async Task SaveCourseAsync(LocalCourse course, LocalCourse? previouslyStoredCourse)
|
||||
{
|
||||
using var activity = DiagnosticsConfig.Source.StartActivity("Saving Course");
|
||||
activity?.AddTag("CourseName", course.Settings.Name);
|
||||
await _saveMarkdownCourse.Save(course, previouslyStoredCourse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user