fiex ts error

This commit is contained in:
DJ2LS 2024-02-06 22:08:17 +01:00
parent 01e4385c40
commit 6cce06eb2e

View file

@ -39,7 +39,7 @@ function createCallsignListFromAPI(data: {
const callsignList: { [key: string]: { timestamp: string; body: string } } =
{};
if( typeof(data) == 'undefined'){
return false
return callsignList
}
data.messages.forEach((message) => {
let callsign =