Skip to content

Commit

Permalink
[Enhancement] added docs for getAnimeByImage function
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 3, 2021
1 parent b997742 commit 687a81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/getAnimeByImage.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const fetch = require("node-fetch");
/**
*
* Scans the given link
* @param {string} imageLink
* @returns
* @returns Array containing multiple results
*/

module.exports.getAnimeByImage = async (imageLink) => {
Expand Down

0 comments on commit 687a81c

Please sign in to comment.