Fix options not fired from realtime

This commit is contained in:
Jake Barnby 2025-10-23 20:35:17 +13:00
parent 28a6f6de00
commit fdf5367e39
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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(