fix partey timeslot share field

This commit is contained in:
2021-11-17 20:18:26 +01:00
parent 3bcc0efe0d
commit 430d1c731d
@@ -114,6 +114,7 @@ public class TimeslotController extends BaseController {
timeslot.setSecret(null);
timeslot.setStream(null);
timeslot.setOwner(null);
timeslot.setShare(null);
}
}