Fix xpath filtering

This commit is contained in:
Gregory Schier
2024-08-08 22:54:15 -07:00
parent 3153a38b7b
commit b5eed9bf9d
12 changed files with 35 additions and 41 deletions

View File

@@ -81,7 +81,7 @@ new Promise<void>(async (resolve, reject) => {
);
const replyPayload: InternalEventPayload = {
type: 'filter_response',
items: JSON.parse(reply),
content: reply,
};
sendToServer({ id: genId(), pluginRefId, replyId, payload: replyPayload });
return;