*add missing query respond
This commit is contained in:
parent
ac84e39a6e
commit
885adaefd6
|
@ -37,6 +37,7 @@ async function handleRegisterSource(aq: ActiveQuery): Promise<void> {
|
|||
}
|
||||
|
||||
discovery.registerSource(name, wrapSourceModule(aq.domain));
|
||||
aq.respond();
|
||||
}
|
||||
|
||||
function handleRemoveSource(aq: ActiveQuery): void {
|
||||
|
|
Loading…
Reference in New Issue