feat(MED-161): update analysis results view
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { XMLParser } from 'fast-xml-parser';
|
||||
|
||||
export function parseXML(xml: string) {
|
||||
export async function parseXML(xml: string) {
|
||||
const parser = new XMLParser({ ignoreAttributes: false });
|
||||
return parser.parse(xml);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user