mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix undefined name
This commit is contained in:
parent
b126ee12c0
commit
234cec0ce4
1 changed files with 1 additions and 3 deletions
|
|
@ -55,11 +55,9 @@ console.log('Astro.request', Astro.request )
|
|||
const appEntry = await axios.get( apiUrl.toString() )
|
||||
.then( response => {
|
||||
// console.log( 'response', response )
|
||||
return response.data.data
|
||||
return response.data
|
||||
})
|
||||
|
||||
|
||||
|
||||
// const {
|
||||
// head,
|
||||
// entry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue