mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix bug?
This commit is contained in:
parent
ed0995fa49
commit
d000c160b6
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ abstract class ScheduleBase extends Action
|
|||
$total = $total + $sum;
|
||||
|
||||
foreach ($results as $document) {
|
||||
// todo: change this to Internal id or add projectId as
|
||||
// todo: change resourceId to Internal id or add projectId as second nested key
|
||||
$localDocument = $this->schedules[$document['resourceId']] ?? null;
|
||||
|
||||
// Check if resource has been updated since last sync
|
||||
|
|
|
|||
Loading…
Reference in a new issue