Make Vale happier.

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2022-01-10 16:13:34 +01:00
parent dfd5e81721
commit b567ee2818
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ const myFactRetrieverRegistration = createFactRetrieverRegistration(
);
```
FactRetrieverRegistration also accepts an optional `lifecycle` configuration value. This can be either ITL (items to live) or TTL (time to live). Valid options for this value are either a number for itl or a Luxon duration like object for ttl. For example:
FactRetrieverRegistration also accepts an optional `lifecycle` configuration value. This can be either ITL (items to live) or TTL (time to live). Valid options for this value are either a number for ITL or a Luxon duration like object for TTL. For example:
```ts
const itl = { itl: 7 }; // Deletes all but 7 latest facts for each id/entity pair