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 f87a332 commit c0400a0Copy full SHA for c0400a0
modules/benchmarks-ts/src/circles.ts
@@ -70,7 +70,7 @@ spacetimedb.reducer('insert_bulk_circle', { count: t.u32() }, insertBulkCircle);
70
71
const insertBulkFood = (ctx, { count }) => {
72
for (let id = 0; id < count; id++) {
73
- ctx.db.circle.insert(newFood(id));
+ ctx.db.food.insert(newFood(id));
74
}
75
console.info(`INSERT FOOD: ${count}`);
76
};
0 commit comments