Skip to content

Commit

Permalink
Temp remove emails
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored Jul 19, 2024
1 parent 62e1ad1 commit b9825f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CreateFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = async function (type, Ddata, domain, interaction) {
content = `{
"owner": {
"username": "${username}",
"email": "${email}",
"email": "",
"discord": "${id}"
},
Expand Down Expand Up @@ -82,4 +82,4 @@ module.exports = async function (type, Ddata, domain, interaction) {





0 comments on commit b9825f9

Please sign in to comment.