Skip to content

Commit 294792b

Browse files
author
tung-ideapad
committed
.
1 parent cd1c474 commit 294792b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const addSharedContentDB = (item) => performDBOperation(SHARED_CONTENT_STORE, 'r
394394
const clearSharedContentDB = () => performDBOperation(SHARED_CONTENT_STORE, 'readwrite', 'clear');
395395

396396
async function syncDeletedNoteIds({deletedNoteIds, credentials, gitCredentials, gdriveStore}) {
397-
const remoteLists = [];
397+
let remoteLists = [];
398398

399399
// --- Download Phase ---
400400
if (credentials?.secretAccessKey) {

0 commit comments

Comments
 (0)