Skip to content

Commit 2b262a1

Browse files
committed
oops
1 parent 04b530d commit 2b262a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/jupyter/util/cell-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export function ensure_positions_are_unique(cells?: Map<string, any>) {
9696
}
9797

9898
export function new_cell_pos(
99-
cells?: Map<string, any>,
99+
cells: Map<string, any> | undefined,
100100
cell_list: List<string>,
101101
cur_id: string,
102102
delta: -1 | 1,

0 commit comments

Comments
 (0)