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
+1 -1
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(