fix cooldown

This commit is contained in:
HF 2022-08-15 18:49:02 +02:00
parent caa0fe5a59
commit 4c7aa66158

View File

@ -35,7 +35,7 @@ export default function user(
return { return {
...state, ...state,
coolDown: null, coolDown: null,
lastCoolDownEnd: Date().now(), lastCoolDownEnd: Date.now(),
wait: null, wait: null,
}; };
} }