Исправлено имя метода для единообрания
This commit is contained in:
parent
bf3b5d2b5f
commit
850a26f093
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export class Users {
|
||||||
private static logger = new Logger(Users.name);
|
private static logger = new Logger(Users.name);
|
||||||
private static usersDb = null;
|
private static usersDb = null;
|
||||||
|
|
||||||
static async getUsers(): Promise<nano.DocumentScope<RedmineTypes.User>> {
|
static async getDatasource(): Promise<nano.DocumentScope<RedmineTypes.User>> {
|
||||||
if (Users.usersDb) {
|
if (Users.usersDb) {
|
||||||
return Users.usersDb;
|
return Users.usersDb;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue