Skip to content
Snippets Groups Projects

Rounding strategy for slot duration at JSON export

Merged Felix Blanke requested to merge feature/duration-rounding-strategy into main
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -952,6 +952,7 @@ class AKSlot(models.Model):
for owner in self.ak.owners.all()]),
"description": self.ak.description,
"reso": self.ak.reso,
"duration_in_hours": self.duration,
},
}
Loading