8000 intial · oleg-darkdev/code-404_app@15a10c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15a10c4

Browse files
committed
intial
1 parent 8d26da8 commit 15a10c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1+
/ eslint-disable-next-line @typescript-eslint/no-explicit-any
22
export function sort_by_key(array: any[], key: string) {
33
return array.sort(function (a, b) {
44
const x = a[key]; const y = b[key];

0 commit comments

Comments
 (0)
0