Skip to content

Commit

Permalink
Fixed review issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-alvin committed Jan 27, 2023
1 parent 117d9e9 commit 8e6a360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/getGif.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import debug from "../utils/debug";
*
* @param {string} search The search term.
* @returns {Array<unknown>} Returns the gif images in an array format.
* @see https://developers.giphy.com/docs/api/schema#gif-object for schema def.
* @see https://developers.giphy.com/docs/api/schema#gif-object for schema definition.
*/

const getGif = async (
Expand Down

0 comments on commit 8e6a360

Please sign in to comment.