missed another spot!
This commit is contained in:
parent
22f9d71019
commit
e79bc39207
|
|
@ -189,7 +189,7 @@ function createExpect(info: ExpectMetaInfo, prefix: string[] = [], parentPrefixe
|
||||||
newInfo.pollIntervals = configuration._poll.intervals;
|
newInfo.pollIntervals = configuration._poll.intervals;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return createExpect(newInfo);
|
return createExpect(newInfo, prefix, parentPrefixes);
|
||||||
};
|
};
|
||||||
|
|
||||||
return expectInstance;
|
return expectInstance;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue