Skip to content

Commit 0206ad7

Browse files
Cleanup
1 parent af66549 commit 0206ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function applySizeLimit() {
184184

185185
if (item.list == null) {
186186
deleteClipItemFromDisk(item);
187-
_clipboardItems.splice(index, 1)[0];
187+
_clipboardItems.splice(index, 1);
188188
}
189189

190190
--index;

0 commit comments

Comments
 (0)