Skip to content

Commit 8db674b

Browse files
committed
chore: fix type
1 parent 05f4d3d commit 8db674b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/types/preferences.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const SORT_KEYS: SortKeyConfig[] = [
200200
]
201201

202202
/** All valid sort keys for validation */
203-
const VALID_SORT_KEYS: SortKey[] = new Set([
203+
const VALID_SORT_KEYS = new Set<SortKey>([
204204
'downloads-week',
205205
'downloads-day',
206206
'downloads-month',

0 commit comments

Comments
 (0)