This commit is contained in:
2024-07-13 21:48:03 +03:00
parent 065cfe1413
commit bbce1fb05f
3 changed files with 26 additions and 7 deletions

View File

@ -19,8 +19,8 @@ type PermWithTime struct {
}
type AssignmentWithTime struct {
Assignment Assignment
Time float64
Assignment Assignment `json:"assignment"`
Time float64 `json:"time"`
}
type Config struct {