mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
module item sorting fixed
This commit is contained in:
@@ -24,8 +24,8 @@ public class CanvasAssignmentService(
|
||||
assignments =>
|
||||
assignments.Select(
|
||||
a => a with { DueAt = a.DueAt?.ToLocalTime(), LockAt = a.LockAt?.ToLocalTime() }
|
||||
)
|
||||
);
|
||||
).ToArray()
|
||||
).ToArray();
|
||||
}
|
||||
|
||||
public async Task<ulong> Create(
|
||||
|
||||
Reference in New Issue
Block a user