diff --git a/src/services/config/apply.services.ts b/src/services/config/apply.services.ts index 9bea5b1..10b3104 100644 --- a/src/services/config/apply.services.ts +++ b/src/services/config/apply.services.ts @@ -507,7 +507,7 @@ const prepareConfig = async ({ // We want to spare updates if there is no changes to apply const filterIdenticalConfig = (editConfig: EditConfig): EditConfig => { - const {storage, datastore, authentication, settings, collections} = editConfig; + const {storage, datastore, authentication, automation, settings, collections} = editConfig; const storageHash = currentStorage?.[1]; const datastoreHash = currentDatastore?.[1];