Skip to content

Commit 8fd8aa5

Browse files
committed
lint.
1 parent 3fee837 commit 8fd8aa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/stores/preferences.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ function createPreferences() {
153153
}),
154154
setCustomCollectionColumns: (columns: Preferences['columns']) =>
155155
updateAndSync((n) => {
156-
157156
const collection = page.params.collection;
158157
if (!n?.collections?.[collection]) {
159158
n ??= {};

0 commit comments

Comments
 (0)