Convert message schema migrator to TypeScript
This commit is contained in:
parent
2a2f44a73a
commit
c58f1eb503
4 changed files with 42 additions and 37 deletions
|
@ -129,9 +129,6 @@ const { QualifiedAddress } = require('../../ts/types/QualifiedAddress');
|
|||
// Views
|
||||
const Initialization = require('./views/initialization');
|
||||
|
||||
// Workflow
|
||||
const MessageDataMigrator = require('./messages_data_migrator');
|
||||
|
||||
// Processes / Services
|
||||
const {
|
||||
initializeGroupCredentialFetcher,
|
||||
|
@ -412,10 +409,6 @@ exports.setup = (options = {}) => {
|
|||
Initialization,
|
||||
};
|
||||
|
||||
const Workflow = {
|
||||
MessageDataMigrator,
|
||||
};
|
||||
|
||||
return {
|
||||
Backbone,
|
||||
Components,
|
||||
|
@ -436,6 +429,5 @@ exports.setup = (options = {}) => {
|
|||
Types,
|
||||
Util,
|
||||
Views,
|
||||
Workflow,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue