Add debug log for missing PIS code
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
67a50b2f94
commit
47056d2dae
@ -107,7 +107,9 @@ async function fetchPisCode(
|
||||
code: randomEcsPis(),
|
||||
};
|
||||
}
|
||||
|
||||
if (!pisData) {
|
||||
logger.debug(tiplocList, "No PIS found for service")
|
||||
}
|
||||
return pisData;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user