mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Logs/XList.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
parent
331f2c5e7c
commit
9ecb4e9f64
@@ -141,8 +141,8 @@ class XList extends Action
|
||||
'deviceModel' => $device['deviceModel'] ?? null
|
||||
]);
|
||||
|
||||
$output[$i]['countryCode'] = $geoRecord['countryCode'];
|
||||
$output[$i]['countryName'] = $geoRecord['countryName'];
|
||||
$output[$i]['countryCode'] = $geoRecord['countryCode'] ?? '';
|
||||
$output[$i]['countryName'] = $geoRecord['countryName'] ?? '';
|
||||
}
|
||||
|
||||
$response->dynamic(new Document([
|
||||
|
||||
Reference in New Issue
Block a user