Skip to content

Commit

Permalink
use api
Browse files Browse the repository at this point in the history
  • Loading branch information
thejavierCO committed Aug 10, 2024
1 parent 3c043c2 commit 458c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
status: "Stop",
seconds: 86400,
time: { start: 0, end: 0, pause: 0 },
img: "https://c.tenor.com/RVvnVPK-6dcAAAAM/reload-cat.gif", //await catImage(config),
img: await catImage(config),
isActiveAutoRun: true,
});
</script>
Expand Down

0 comments on commit 458c766

Please sign in to comment.