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 !html) {
442
- console.warn("⚠️ لا يوجد widgetId أو html في الرسالة");
441
+ if (!html) {
442
+ console.warn("⚠️ لا يوجد أو html في الرسالة");
443
443
  return;
444
444
  }
445
445
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qumra-engine",
3
- "version": "2.0.127",
3
+ "version": "2.0.128",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {