idz: Fix logic in SqlStoryRepository

This commit is contained in:
BemaniWitch
2021-02-03 23:43:45 +00:00
committed by Tau
parent 8cd49b8686
commit d4f8d1076d
+1 -1
View File
@@ -59,7 +59,7 @@ export class SqlStoryRepository implements FacetRepository<Story> {
const gridRow = result.rows.get(rowNo)!;
if (gridRow.cells.has(colNo)) {
if (!gridRow.cells.has(colNo)) {
gridRow.cells.set(colNo, {
a: 0,
b: 0,