diff options
Diffstat (limited to 'shared/server-commands/search')
-rw-r--r-- | shared/server-commands/search/search-command.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/search/search-command.ts b/shared/server-commands/search/search-command.ts index 0fbbcd6ef..a5b498b66 100644 --- a/shared/server-commands/search/search-command.ts +++ b/shared/server-commands/search/search-command.ts | |||
@@ -74,7 +74,7 @@ export class SearchCommand extends AbstractCommand { | |||
74 | ...options, | 74 | ...options, |
75 | 75 | ||
76 | search: { | 76 | search: { |
77 | search: search, | 77 | search, |
78 | sort: sort ?? '-publishedAt' | 78 | sort: sort ?? '-publishedAt' |
79 | } | 79 | } |
80 | }) | 80 | }) |