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.
This commit is contained in:
Dandelion Mané 2019-02-07 14:27:15 -07:00 committed by GitHub
parent 466d33e4e6
commit c6afe5f9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ const reactsRocketEdgeType = Object.freeze({
// TODO(#811): Probably change this to 0 // TODO(#811): Probably change this to 0
defaultBackwardWeight: 1 / 32, defaultBackwardWeight: 1 / 32,
prefix: E.Prefix.reactsRocket, prefix: E.Prefix.reactsRocket,
description: "TODO: Add a description for this EdgeType",
}); });
const edgeTypes = Object.freeze([ const edgeTypes = Object.freeze([