Skip to content

Commit

Permalink
refactor: lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Mittal <[email protected]>
  • Loading branch information
nishantwrp committed Feb 25, 2023
1 parent a996b26 commit 3393715
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 1,462 deletions.
4 changes: 2 additions & 2 deletions api/compile-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const updateOrg = (combinedJson, orgJson) => {
"blog_url",
"category",
"ideas_url",
"guide_url"
"guide_url",
]
for (const prop of basic_properties) {
combinedJson[prop] = orgJson[prop] || combinedJson[prop]
Expand Down Expand Up @@ -211,7 +211,7 @@ const getCombinedOrgJson = orgList => {
contact_email: "",
mailing_list: "",
ideas_url: "",
guide_url: ""
guide_url: "",
}

orgList = orgList.sort((a, b) => {
Expand Down
Loading

0 comments on commit 3393715

Please sign in to comment.