Fixed unprint response property.

This commit is contained in:
DebaucheryLibrarian 2024-10-31 03:24:30 +01:00
parent 7a39529e2c
commit 1122b4198f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export async function resolvePlace(query, context, options = {}) {
concurrency: 1,
});
const [item] = res.body;
const [item] = res.data;
if (item && item.address) {
const rawPlace = item.address;