@@ -272,9 +272,9 @@ |
||
| 272 | 272 | '$or' => [ |
| 273 | 273 | ['status' => self::STATUS_WAITING], |
| 274 | 274 | ['status' => self::STATUS_POSTPONED, |
| 275 | - 'node' => $this->node_name, ], |
|
| 275 | + 'node' => $this->node_name, ], |
|
| 276 | 276 | ['status' => self::STATUS_POSTPONED, |
| 277 | - 'at' => ['$gte' => new UTCDateTime()], ], |
|
| 277 | + 'at' => ['$gte' => new UTCDateTime()], ], |
|
| 278 | 278 | ], |
| 279 | 279 | ], $options); |
| 280 | 280 | |