We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed30cb commit c1ba453Copy full SHA for c1ba453
app/code/Magento/MessageQueue/Model/ResourceModel/PoisonPill.php
@@ -38,7 +38,7 @@ public function put(): string
38
$table = $this->getMainTable();
39
$uuid = uniqid('version-');
40
$version = $this->getVersionFromDb();
41
- if ($version !== null) {
+ if ($version !== '') {
42
$connection->update($table, ['version' => $uuid]);
43
} else {
44
$connection->insert($table, ['version' => $uuid]);
0 commit comments