webGeolocationUtils: correct package version

This commit is contained in:
Enrico Ros
2025-10-09 20:35:56 -07:00
parent 24b6b4e1a9
commit f06fbec8df
+1 -1
View File
@@ -131,7 +131,7 @@ async function _enhanceWithLocationData(data: WebGeolocation): Promise<WebGeoloc
const response = await frontendSideFetch(`https://nominatim.openstreetmap.org/reverse?format=json&lat=${latitude}&lon=${longitude}&zoom=10&accept-language=${navigator.language || 'en'}`, {
headers: {
// required by Nominatim
'User-Agent': `Big-AGI/${Release.App.versionCode}`,
'User-Agent': `Big-AGI/${Release.buildInfo('frontend').pkgVersion}`,
},
});