Skip to content

Commit

Permalink
fix: add unapproved to anime and manga search params
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Jun 9, 2023
1 parent e87ccb4 commit 9c11268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Params/search-params.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export interface JikanSearchParams {
producers?: string;
start_date?: string;
end_date?: string;
unapproved?: boolean;
}

/**
Expand Down

0 comments on commit 9c11268

Please sign in to comment.