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:
parent
335ed4563f
commit
4130b9b143
@ -21,7 +21,7 @@ const unleashTeam = new Map([
|
||||
['thomasheartman', 'developer, Unleash'],
|
||||
['Tymek', 'developer, Unleash'],
|
||||
['sebastian-bury', 'implementation architect, Unleash'],
|
||||
['melindafekete', 'documentation lead, Unleash']
|
||||
['melindafekete', 'documentation lead, Unleash'],
|
||||
]);
|
||||
|
||||
const GitHubContributors = ({ owner, repo, filePath }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user