Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Pass privateCollection argument in StubStorage.query() #116

Open
Tim-W opened this issue Apr 4, 2020 · 0 comments
Open

Pass privateCollection argument in StubStorage.query() #116

Tim-W opened this issue Apr 4, 2020 · 0 comments

Comments

@Tim-W
Copy link

Tim-W commented Apr 4, 2020

public async query(query: any): Promise<any[]> {

This should be changed to:

  public async query(query: any, storageOptions?: any): Promise<any[]> {
    return await this.stubHelper.getQueryResultAsList(query, storageOptions);
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant