1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Fix linting error in GithubContributors file (#8409)

This commit is contained in:
Melinda Fekete 2024-10-09 18:18:30 +02:00 committed by GitHub
parent 335ed4563f
commit 4130b9b143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ const unleashTeam = new Map([
['thomasheartman', 'developer, Unleash'], ['thomasheartman', 'developer, Unleash'],
['Tymek', 'developer, Unleash'], ['Tymek', 'developer, Unleash'],
['sebastian-bury', 'implementation architect, Unleash'], ['sebastian-bury', 'implementation architect, Unleash'],
['melindafekete', 'documentation lead, Unleash'] ['melindafekete', 'documentation lead, Unleash'],
]); ]);
const GitHubContributors = ({ owner, repo, filePath }) => { const GitHubContributors = ({ owner, repo, filePath }) => {