Skip to content

Commit

Permalink
Merge pull request #328 from ubc-biztech/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ddennis924 authored Jan 19, 2024
2 parents 42cdf3b + 947c61a commit 74a61a2
Show file tree
Hide file tree
Showing 21 changed files with 14,590 additions and 100,821 deletions.
266 changes: 266 additions & 0 deletions constants/emails.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
// emails generated from findCapitals.js script

const CAPITALIZED_EMAILS = [
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
},
{
"email": "[email protected]",
"lowercaseEmail": "[email protected]"
}
];

export default CAPITALIZED_EMAILS;
Loading

0 comments on commit 74a61a2

Please sign in to comment.