Fixed boat direction

This commit is contained in:
2026-09-04 08:57:13 -04:00
parent f3ca75decb
commit 9e1ef69b16
5 changed files with 27 additions and 16 deletions

View File

@@ -89,7 +89,6 @@ export async function getAIS() {
}
export async function getAISImage(mmsi) {
console.log(`https://www.vesselfinder.com/vessels/details/${mmsi}`)
const res = await fetch(`https://www.vesselfinder.com/vessels/details/${mmsi}`, {
headers: { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36' }
})