Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Oct 7, 2018
1 parent c1f08b6 commit c1ed53e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions telegram/db/schema/user.js
Expand Up @@ -21,13 +21,7 @@ const User = new Schema({
default: ''
},
tokenAddresses: {
type: Array,
default: [
"0x55080ac40700BdE5725D8a87f48a01e192F660AF",
"0x659c4206b2ee8CC00af837CddA132eb30fA58df8",
"0x6b1224743CC0E5994d1B35f2b90A1A12a51044aC",
"0xa8787F4faB0467B80d2F57722b1Bc8DDE707630E"
]
type: Array
},
registrationDate: {
type: Date,
Expand Down

0 comments on commit c1ed53e

Please sign in to comment.