Skip to content

Commit

Permalink
docs: update license header for getQueriedGamesBrazil and `getQueri…
Browse files Browse the repository at this point in the history
…edGamesAmerica`
  • Loading branch information
favna committed Aug 15, 2022
1 parent df1a806 commit 0746f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/getGames/getQueriedGamesAmerica.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { EshopError } from '../utils/utils';
* @param query The query to search for
* @param __namedParameters Additional options for the [[getQueriedGamesAmerica]] call. Defaults to `{ hitsPerPage: 200, page: 0 }`
* @returns Promise containing the first `hitsPerPage` games that match your query
* @license Apache-2.0 favna & Antonio Román
* @license Apache-2.0 Jeroen Claassens & Aura Román
* @copyright 2021
*/
export const getQueriedGamesAmerica = async (
Expand Down
2 changes: 1 addition & 1 deletion src/lib/getGames/getQueriedGamesBrazil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { EshopError } from '../utils/utils';
* @param query The query to search for
* @param __namedParameters Additional options for the [[getQueriedGamesBrazil]] call. Defaults to `{ hitsPerPage: 200, page: 0 }`
* @returns Promise containing the first `hitsPerPage` games that match your query
* @license Apache-2.0 favna & Antonio Román
* @license Apache-2.0 Jeroen Claassens & Aura Román
* @copyright 2021
*/
export const getQueriedGamesBrazil = async (
Expand Down

0 comments on commit 0746f6d

Please sign in to comment.