@opfr/services 0.33.4 → 0.33.5
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.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -8162,7 +8162,7 @@ const Ht = ((Ys = T) == null ? void 0 : Ys.UserCooldown) || F("UserCooldown", gr
|
|
|
8162
8162
|
}, br = async (t) => {
|
|
8163
8163
|
await Gt(t, {
|
|
8164
8164
|
$set: {
|
|
8165
|
-
lockUserCommand:
|
|
8165
|
+
lockUserCommand: new Date(Date.now() + 2 * 3600 * 1e3)
|
|
8166
8166
|
}
|
|
8167
8167
|
});
|
|
8168
8168
|
}, Zm = async (t, a, s, n) => {
|