Skip to content

Commit

Permalink
fix: update TinEye
Browse files Browse the repository at this point in the history
Closes #336.
  • Loading branch information
dessant committed Dec 11, 2024
1 parent 1221d54 commit 93f9641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/tineye.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {setFileInputData, initSearch, sendReceipt} from 'utils/engines';
const engine = 'tineye';

async function search({session, search, image, storageIds}) {
const inputSelector = 'input#upload_box';
const inputSelector = 'input#upload-box';
const input = await findNode(inputSelector);

await setFileInputData(inputSelector, input, image);
Expand Down

0 comments on commit 93f9641

Please sign in to comment.