Skip to content

jive.community.doRequest looks for community for no reason #33

@naugtur

Description

@naugtur

When a request is being done, one of the steps is finding the community

return exports.findByCommunity(community['jiveCommunity']).then( function( community ) {

the retrieved community variable is checked for not being null and never used again.
If I override the .findByCommunity to return a truthily-resolved promise, it just works and makes the query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions