chore: updating collator reference too they should be using tokenManagers

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-09 18:42:54 +01:00
parent b719d2873a
commit 71162bdcb3
+7
View File
@@ -271,6 +271,13 @@
}
```
The `.fromConfig` of the `DefaultCatalogCollator` also now takes a `tokenManager` as a parameter.
```diff
- collator: DefaultCatalogCollator.fromConfig(config, { discovery }),
+ collator: DefaultCatalogCollator.fromConfig(config, { discovery, tokenManager }),
```
- a0d446c8ec: Replaced EntitySystemDiagramCard with EntityCatalogGraphCard
To make this change to an existing app: