@amohamud23/notihub 1.1.29 → 1.1.30
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1631,7 +1631,7 @@ var NotificationStats = class _NotificationStats {
|
|
|
1631
1631
|
const command = new import_lib_dynamodb13.UpdateCommand({
|
|
1632
1632
|
TableName: _NotificationStats.TABLE_NAME,
|
|
1633
1633
|
Key: { id },
|
|
1634
|
-
UpdateExpression: "ADD
|
|
1634
|
+
UpdateExpression: "ADD views :inc",
|
|
1635
1635
|
ExpressionAttributeValues: {
|
|
1636
1636
|
":inc": 1
|
|
1637
1637
|
},
|
package/dist/index.js
CHANGED
|
@@ -1652,7 +1652,7 @@ var NotificationStats = class _NotificationStats {
|
|
|
1652
1652
|
const command = new UpdateCommand11({
|
|
1653
1653
|
TableName: _NotificationStats.TABLE_NAME,
|
|
1654
1654
|
Key: { id },
|
|
1655
|
-
UpdateExpression: "ADD
|
|
1655
|
+
UpdateExpression: "ADD views :inc",
|
|
1656
1656
|
ExpressionAttributeValues: {
|
|
1657
1657
|
":inc": 1
|
|
1658
1658
|
},
|