Skip to content

Commit e20242c

Browse files
committed
MC-19250: The stuck deployment on the Cloud because of consumers
1 parent a5d4300 commit e20242c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MessageQueue/Setup/ConfigOptionsList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function createConfig(array $data, DeploymentConfig $deploymentConfig)
7272
);
7373
}
7474

75-
return[$configData];
75+
return [$configData];
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)