Skip to content

Commit 466e827

Browse files
sim51jacomyal
authored andcommitted
[metric] remove unused description for degree
1 parent d82f969 commit 466e827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gephi-lite/src/core/metrics/nodes/degreeMetric.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { quantitativeOnly } from "../utils";
66

77
export const degreeMetric: Metric<{ nodes: ["degree"] }> = {
88
id: "degree",
9-
description: true,
9+
description: false,
1010
outputs: {
1111
nodes: {
1212
degree: quantitativeOnly,

0 commit comments

Comments
 (0)