catalog-backend-module-msgraph: fix extension point example

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-14 14:01:22 +02:00
parent d197f13172
commit de295fe8a8
@@ -49,6 +49,7 @@ export interface IncrementalIngestionProviderExtensionPoint {
* ```ts
* backend.add(createBackendModule({
* pluginId: 'catalog',
* moduleId: 'myIncrementalProvider',
* register(env) {
* env.registerInit({
* deps: {