Skip to content

Commit 582e6ea

Browse files
committed
fix
1 parent d8cf6c3 commit 582e6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/service/fetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class HydroFetcher extends BasicFetcher {
220220
rgb: this.contest.info.balloon[balloon.pid].color,
221221
color: this.contest.info.balloon[balloon.pid].name,
222222
};
223-
await this.ctx.db.balloon.update({ balloonid: balloon.balloonid }, {
223+
await this.ctx.db.balloon.update({ balloonid: balloon._id }, {
224224
$set: {
225225
balloonid: balloon._id,
226226
time: mongoId(balloon._id).timestamp,

0 commit comments

Comments
 (0)