Skip to content

Node Bridge README has incorrect Return Types #177

@wilwade

Description

@wilwade

Several of the types in the API Reference section of the file are incorrect. All that I have found are ones that claim to return a Promise, but are actually just synchronous.

Example (of several):

  • Wrong: getGraphConfig(environment: EnvironmentInterface): Promise<Config>
  • Correct: getGraphConfig(environment: EnvironmentInterface): Config

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions