@@ -368,7 +368,7 @@ |
||
| 368 | 368 | '$or' => [ |
| 369 | 369 | ['status' => self::STATUS_WAITING], |
| 370 | 370 | ['status' => self::STATUS_POSTPONED, |
| 371 | - 'at' => ['$gte' => new UTCDateTime()], ], |
|
| 371 | + 'at' => ['$gte' => new UTCDateTime()], ], |
|
| 372 | 372 | ], |
| 373 | 373 | ], $options); |
| 374 | 374 | |