-
Notifications
You must be signed in to change notification settings - Fork 1
Node Bridge README has incorrect Return Types #177
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation