Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoRibeiro03 committed Sep 15, 2022
1 parent 06c1adb commit 0cbf845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beatsaver-api",
"version": "2.1.2",
"version": "2.1.3",
"description": "A BeatSaver API Wrapper",
"main": "./lib/BeatSaverAPI.js",
"types": "./lib/BeatSaverAPI.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/api/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export enum SortOrder {
}

export interface SearchOptions {
sortOrder: SortOrder | "Latest" | "Relevance" | "Rating";
sortOrder: SortOrder | 'Latest' | 'Relevance' | 'Rating';
automapper?: boolean;
chroma?: boolean;
cinema?: boolean;
Expand Down

0 comments on commit 0cbf845

Please sign in to comment.