We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cf6c3 commit 582e6eaCopy full SHA for 582e6ea
packages/server/service/fetcher.ts
@@ -220,7 +220,7 @@ class HydroFetcher extends BasicFetcher {
220
rgb: this.contest.info.balloon[balloon.pid].color,
221
color: this.contest.info.balloon[balloon.pid].name,
222
};
223
- await this.ctx.db.balloon.update({ balloonid: balloon.balloonid }, {
+ await this.ctx.db.balloon.update({ balloonid: balloon._id }, {
224
$set: {
225
balloonid: balloon._id,
226
time: mongoId(balloon._id).timestamp,
0 commit comments