Skip to content

Commit

Permalink
Merge branch 'expo' of github.com:lucashicks1/Lambda-Deco3801 into expo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvillr committed Oct 24, 2023
2 parents 7c6abf8 + f49a251 commit 15c5d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function SuggestedTimeWidget() {
const interval = setInterval(()=>{
fetchData();
//fetchTime();
},500);
},5000);
/* DEFAULT BEHAVIOUR: GET SINGLE RECOMMENDATION OF NEXT NEAREST TIME */
const fetchData = async () => {
console.log('data fetched');
Expand Down

0 comments on commit 15c5d54

Please sign in to comment.