forked from Galactic/galactic-bot
fix modpoint expiration import
This commit is contained in:
parent
f1f835b626
commit
2ed882763e
@ -381,7 +381,7 @@ class SettingsMigrator {
|
|||||||
// eslint-disable-next-line prefer-const
|
// eslint-disable-next-line prefer-const
|
||||||
for (let [key, value] of _expirations) {
|
for (let [key, value] of _expirations) {
|
||||||
key = key.replace('Expire', '').toUpperCase();
|
key = key.replace('Expire', '').toUpperCase();
|
||||||
expirations[key] = value;
|
expirations[key] = value * 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
settings.modpoints = {
|
settings.modpoints = {
|
||||||
|
Loading…
Reference in New Issue
Block a user