Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolina Capetillo committed Nov 3, 2023
1 parent 7ca1e0a commit e4a8896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const actions = {
method: 'GET',
url: rootState.api_endpoints.active_api + '/' + site + '/latest_images/1'
}

// Doing a try...catch block instead of an await because we get better response time
try {
let response = await axios(firstbody)
response = response.data
Expand Down

0 comments on commit e4a8896

Please sign in to comment.