Skip to content

Commit cd651db

Browse files
committed
chore: update dependencies and fix formatting issues in composer files; change Traefik image version in docker-compose; add debug output in Action.php
1 parent 2dfb386 commit cd651db

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@
109109
"tbachert/spi": true
110110
}
111111
}
112-
}
112+
}

composer.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ x-logging: &x-logging
1212

1313
services:
1414
traefik:
15-
image: traefik:2.11
15+
#image: traefik:2.11 not working with docker api version 1.52
16+
image: traefik:3.6
1617
<<: *x-logging
1718
container_name: appwrite-traefik
1819
command:

src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Action.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ protected function triggerBulk(
392392
$queueForEvents->getParams()
393393
);
394394

395+
395396
// Only trigger functions if there are matching function events
396397
if (!empty($functionEvents) && !empty(array_intersect($functionEvents, $generatedEvents))) {
397398
$queueForFunctions

0 commit comments

Comments
 (0)