refactor: rename src function
This commit is contained in:
parent
b62dbe9038
commit
a58fda6419
|
@ -2,7 +2,7 @@ import { Redmine } from 'bluemine'
|
|||
import { CsvEntry } from '../type.ts'
|
||||
import { log, toLogin } from '../utils.ts'
|
||||
|
||||
async function addUsersToGroup(
|
||||
export async function appendToGroup(
|
||||
redmine: Redmine,
|
||||
csv: CsvEntry[],
|
||||
groupName: string,
|
||||
|
|
Loading…
Reference in a new issue