make infil reward more consistent.

This commit is contained in:
Olivier Gagnon
2021-12-03 15:11:31 -05:00
parent 68cff084ff
commit e6b263e6ec
4 changed files with 28 additions and 6 deletions
-1
View File
@@ -4,7 +4,6 @@ export function formatTime(fmt: string): string {
try {
return format(new Date(), fmt);
} catch (err: any) {
console.error(err);
return "format error";
}
}