mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-27 21:23:48 +00:00
perf: use concurrent promises instead of awaiting them one by one (#59)
This commit is contained in:
parent
8c010b43e4
commit
49a7350406
7 changed files with 147 additions and 222 deletions
|
@ -59,7 +59,7 @@ export const postAxiosMocked = (_url: string, data?: {source_branch: string,}) =
|
|||
};
|
||||
};
|
||||
|
||||
export const putAxiosMocked = (url: string, _data?: unknown) => {
|
||||
export const putAxiosMocked = async (url: string, _data?: unknown) => {
|
||||
const responseData = undefined;
|
||||
|
||||
// gitlab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue