Skip to content

Commit

Permalink
🛠️ 데이터 중복추가 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
36hjt8dv committed Jun 22, 2024
1 parent 8494a47 commit 153df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
if(!res || res.status !== 200) return;

if(fast) {
addResult(username, website, url);
return addResult(username, website, url);
};

const text = await res.text();
Expand Down

0 comments on commit 153df97

Please sign in to comment.