docs(tech-insights-backend): fix CHANGELOG.md typo

Signed-off-by: Colin Rymer <colin.rymer@gmail.com>
This commit is contained in:
Colin Rymer
2022-01-26 17:58:47 -05:00
parent 867d44c82e
commit 138ea531e7
+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,
+}),