Skip to content

Bug: Feathers first method #25

@RickEyre

Description

@RickEyre
return this.service.find({ query: cloneDeep(query), $limit: 1 });

should be

return this.service.find({ query: { ...cloneDeep(query), $limit: 1 }  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions