Merge pull request #3737 from MetaMask/include-migration-22

include migration 22
This commit is contained in:
kumavis 2018-03-26 18:58:15 -07:00 committed by GitHub
commit dac66b8ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,4 +32,5 @@ module.exports = [
require('./019'),
require('./020'),
require('./021'),
require('./022'),
]