Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-04-25 03:09:22 +00:00
parent 3292216490
commit c8ee50588f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default {
id: id + 1, id: id + 1,
name: getRandomString(), name: getRandomString(),
username: getRandomString(), username: getRandomString(),
user_path: getRandomUrl(), web_url: getRandomUrl(),
}); });
id += 1; id += 1;