Merge pull request #9192 from colinrymer/patch-1

docs(tech-insights-backend): fix CHANGELOG.md typo
This commit is contained in:
Patrik Oldsberg
2022-01-27 09:22:17 +01:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,7 @@
- entityOwnershipFactRetriever,
-),
+createFactRetrieverRegistration({
+ cadende: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
+ cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
+ factRetriever: entityOwnershipFactRetriever,
+}),
@@ -70,7 +70,7 @@
- entityOwnershipFactRetriever,
-),
+createFactRetrieverRegistration({
+ cadende: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
+ cadence: '1 1 1 * *', // Example cron, At 01:01 on day-of-month 1.
+ factRetriever: entityOwnershipFactRetriever,
+}),