Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Wrong NodesApi.getNodeInfo declaration #140

Closed
DenysVuika opened this issue Jan 3, 2017 · 0 comments
Closed

Wrong NodesApi.getNodeInfo declaration #140

DenysVuika opened this issue Jan 3, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@DenysVuika
Copy link
Contributor

NodesApi.getNodeInfo is missing opts parameter as per implementation:

alfrescoNode.js

getNodeInfo(nodeId, opts)

Actual:

export interface NodesApi {
  ...
  getNodeInfo(nodeId: string): Promise<MinimalNodeEntryEntity>;
 ...
}

Expected:

export interface NodesApi {
  ...
  getNodeInfo(nodeId: string, opts: any): Promise<MinimalNodeEntryEntity>;
 ...
}
@DenysVuika DenysVuika added the bug label Jan 3, 2017
@eromano eromano self-assigned this Jan 11, 2017
@eromano eromano added this to the 1.0.1 milestone Jan 11, 2017
This was referenced Jan 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants