Skip to content

Commit c5c5e3b

Browse files
authored
Update indexed-db.ts
1 parent 576b264 commit c5c5e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexed-db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function DBOperations(
119119
const openCursor = (
120120
cursorCallback: (event: Event) => void,
121121
keyRange?: IDBKeyRange,
122-
direction?: IDBCursorDirection;
122+
direction?: IDBCursorDirection,
123123
) => {
124124
return new Promise<void>((resolve, reject) => {
125125
openDatabase(dbName, version).then((db) => {

0 commit comments

Comments
 (0)