qumra-engine 2.0.127 → 2.0.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -438,8 +438,8 @@ exports.default = new (class SeoExtension {
|
|
|
438
438
|
|
|
439
439
|
const { html } = data.data || {};
|
|
440
440
|
|
|
441
|
-
if
|
|
442
|
-
console.warn("⚠️ لا يوجد
|
|
441
|
+
if (!html) {
|
|
442
|
+
console.warn("⚠️ لا يوجد أو html في الرسالة");
|
|
443
443
|
return;
|
|
444
444
|
}
|
|
445
445
|
|