@opfr/services 0.33.3 → 0.33.4
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
CHANGED
|
@@ -8152,13 +8152,13 @@ const Ht = ((Ys = T) == null ? void 0 : Ys.UserCooldown) || F("UserCooldown", gr
|
|
|
8152
8152
|
-1 * a * 3600 * 1e3
|
|
8153
8153
|
);
|
|
8154
8154
|
}, wr = async (t, a, s, n) => {
|
|
8155
|
-
|
|
8155
|
+
await Gt(t, {
|
|
8156
8156
|
$set: { [`raid.${a}`]: new Date(Date.now() + s) }
|
|
8157
8157
|
}), n.raid[a] && await Ka(
|
|
8158
8158
|
t,
|
|
8159
8159
|
`raid/${a}`,
|
|
8160
8160
|
new Date(Date.now() + s)
|
|
8161
|
-
)
|
|
8161
|
+
);
|
|
8162
8162
|
}, br = async (t) => {
|
|
8163
8163
|
await Gt(t, {
|
|
8164
8164
|
$set: {
|