mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-24 23:47:21 -05:00
idz: Fix logic in SqlStoryRepository
This commit is contained in:
parent
85aad3377e
commit
2189132753
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user