We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a839867 commit 1442e4eCopy full SHA for 1442e4e
src/home/sorting/sorting-manager.ts
@@ -163,7 +163,7 @@ export class SortingManager {
163
164
// Apply the sorting based on the new state (normal or reverse)
165
try {
166
- void displayGitHubIssues({sorting: option as Sorting, options: { ordering: newOrdering }});
+ void displayGitHubIssues({ sorting: option as Sorting, options: { ordering: newOrdering } });
167
} catch (error) {
168
renderErrorCatch(error as ErrorEvent);
169
}
0 commit comments