mirror of
https://github.com/appwrite/appwrite
synced 2026-05-15 04:59:01 +00:00
Fix options not fired from realtime
This commit is contained in:
parent
28a6f6de00
commit
fdf5367e39
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ class Migrations extends Action
|
|||
->setSubscribers(['console', $project->getId()])
|
||||
->setEvent('migrations.[migrationId].update')
|
||||
->setParam('migrationId', $migration->getId())
|
||||
->setPayload($migration->getArrayCopy(), sensitive: ['options', 'credentials'])
|
||||
->setPayload($migration->getArrayCopy(), sensitive: ['credentials'])
|
||||
->trigger();
|
||||
|
||||
return $this->dbForProject->updateDocument(
|
||||
|
|
|
|||
Loading…
Reference in a new issue