remove commented parts

Signed-off-by: Hghtwr <johannes.sonner@outlook.com>
This commit is contained in:
Hghtwr
2025-01-02 10:18:08 +01:00
committed by blam
parent b11da743d2
commit c0a16aee2e
@@ -164,13 +164,6 @@ const mockGitlabClient = {
default:
throw new Error('user does not exist');
}
// if (userOptions.username !== 'John Smith')
// throw new Error('user does not exist');
// return [
// {
// id: 123,
// },
// ];
}),
},
Repositories: {