0
0
Fork 0

前日比を正しく計算できない不具合を修正

This commit is contained in:
Xeltica 2020-09-09 00:58:07 +09:00
parent be8fecded1
commit e993f1270f

View file

@ -15,8 +15,8 @@ export default (): void => {
.getMany();
for (const user of users) {
try {
await updateScore(user);
const text = format(await getScores(user));
await updateScore(user);
if (user.alertMode === 'note') {
const res = await api<Record<string, unknown>>(user.host, 'notes/create', {