Skip to content

Commit

Permalink
try a lil sum #2
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Mar 25, 2024
1 parent 33e7de1 commit 17cd630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/parts/player/ScrapingPart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ export function ScrapingPart(props: ScrapingProps) {

useEffect(() => {
const timeout = setTimeout(() => {
console.log("Shit went wrong..."); // setFailedStartScrape(true);
console.log("Shit went wrong...");

Check warning on line 68 in src/pages/parts/player/ScrapingPart.tsx

View workflow job for this annotation

GitHub Actions / Build project

Unexpected console statement

Check warning on line 68 in src/pages/parts/player/ScrapingPart.tsx

View workflow job for this annotation

GitHub Actions / Run Linters

Unexpected console statement
setFailedStartScrape(true);
}, TIMEOUT_DURATION);

return () => {
Expand Down

0 comments on commit 17cd630

Please sign in to comment.