Skip to content

Commit

Permalink
MLIBZ-1614 Remove user find API
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Conner committed Jan 18, 2017
1 parent 5730aaf commit 31335d0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/entity/src/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,17 +888,6 @@ export default class User {
.then(response => response.data);
}

/**
* Find users.
*
* @param {Query} [query] Query used to filter entities.
* @param {Object} [options] Options
* @return {Observable} Observable.
*/
static find(query, options = {}) {
return store.find(query, options);
}

/**
* Lookup users.
*
Expand Down

0 comments on commit 31335d0

Please sign in to comment.