前日比を正しく計算できない不具合を修正
This commit is contained in:
parent
be8fecded1
commit
e993f1270f
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ export default (): void => {
|
||||||
.getMany();
|
.getMany();
|
||||||
for (const user of users) {
|
for (const user of users) {
|
||||||
try {
|
try {
|
||||||
await updateScore(user);
|
|
||||||
const text = format(await getScores(user));
|
const text = format(await getScores(user));
|
||||||
|
await updateScore(user);
|
||||||
|
|
||||||
if (user.alertMode === 'note') {
|
if (user.alertMode === 'note') {
|
||||||
const res = await api<Record<string, unknown>>(user.host, 'notes/create', {
|
const res = await api<Record<string, unknown>>(user.host, 'notes/create', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue