Skip to content

Commit

Permalink
Rename 'bannedAddresses' key to 'addresses'
Browse files Browse the repository at this point in the history
  • Loading branch information
nvonpentz committed Oct 11, 2023
1 parent cdad9d2 commit 904ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ const fetchGitHubRepoTopLevelFiles = async (repoOwner, repoName, branch) => {
}
bannedAddresses = [...new Set(bannedAddresses)]

return {"bannedAddresses": bannedAddresses}
return {"addresses": bannedAddresses}
}


Expand Down

0 comments on commit 904ebca

Please sign in to comment.