idz: Fix logic in SqlStoryRepository

This commit is contained in:
b166fe48b91eb09f279b79a4ecf57b2f8f0d3705 2021-02-03 18:23:12 -05:00 committed by da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent 85aad3377e
commit 2189132753

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,