From c6afe5f9d57a83adc6968503f9675cb403464dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Thu, 7 Feb 2019 14:27:15 -0700 Subject: [PATCH] Fix a build break due to merge conflicts (#1082) PR #1075 added a new EdgeType, and #1080 added a new field to EdgeTypes. Both PRs merged and this broke the build. This very trivial commit fixes the build breakage in a noncontroversial way (copies the placeholder edge description used for every other edge over). Test plan: `yarn test` passes. --- src/plugins/github/declaration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/github/declaration.js b/src/plugins/github/declaration.js index 9c3f639..b5656fa 100644 --- a/src/plugins/github/declaration.js +++ b/src/plugins/github/declaration.js @@ -153,6 +153,7 @@ const reactsRocketEdgeType = Object.freeze({ // TODO(#811): Probably change this to 0 defaultBackwardWeight: 1 / 32, prefix: E.Prefix.reactsRocket, + description: "TODO: Add a description for this EdgeType", }); const edgeTypes = Object.freeze([