Skip to content

Commit dbbcc57

Browse files
committed
Revert "dummy for testing PR"
This reverts commit 25c379e.
1 parent 25c379e commit dbbcc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/model/topology.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ export const generateDataModel = (
534534
};
535535

536536
// addPossibleGroups adds peer to one or more groups when relevant, and returns the smallest one
537-
const addPossibleGroups = (peer: TopologyMetricPeer): string | undefined => {
537+
const addPossibleGroups = (peer: TopologyMetricPeer): NodeModel | undefined => {
538538
// groups are all possible scopes except last one
539539
const parentScopes = ContextSingleton.getScopes().slice(0, -1);
540540

0 commit comments

Comments
 (0)