refactor: rename src function

This commit is contained in:
Julien Oculi 2024-01-15 22:15:27 +01:00
parent b62dbe9038
commit a58fda6419

View file

@ -2,7 +2,7 @@ import { Redmine } from 'bluemine'
import { CsvEntry } from '../type.ts' import { CsvEntry } from '../type.ts'
import { log, toLogin } from '../utils.ts' import { log, toLogin } from '../utils.ts'
async function addUsersToGroup( export async function appendToGroup(
redmine: Redmine, redmine: Redmine,
csv: CsvEntry[], csv: CsvEntry[],
groupName: string, groupName: string,