mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
[iso-core] Add BackoffScheduler to exports
Summary: See title Test Plan: Make sure NM loads Reviewers: evan, spang, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3959
This commit is contained in:
parent
5a3a105e9d
commit
8267a14966
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ module.exports = {
|
|||
DeltaStreamBuilder: require('./src/delta-stream-builder'),
|
||||
HookTransactionLog: require('./src/hook-transaction-log'),
|
||||
HookIncrementVersionOnSave: require('./src/hook-increment-version-on-save'),
|
||||
BackoffScheduler: require('./src/backoff-schedulers').BackoffScheduler,
|
||||
ExponentialBackoffScheduler: require('./src/backoff-schedulers').ExponentialBackoffScheduler,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue