missed another spot!

This commit is contained in:
Simon Knott 2024-08-30 16:19:33 +02:00
parent 22f9d71019
commit e79bc39207
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -189,7 +189,7 @@ function createExpect(info: ExpectMetaInfo, prefix: string[] = [], parentPrefixe
newInfo.pollIntervals = configuration._poll.intervals;
}
}
return createExpect(newInfo);
return createExpect(newInfo, prefix, parentPrefixes);
};
return expectInstance;