mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
Companion app type (#3899)
* fix companion app type
fixes #3862
* remove unnecessary ts-ignores
* Revert "remove unnecessary ts-ignores"
This reverts commit 76ee67dc94.
This commit is contained in:
parent
2d2ac377e9
commit
710c0253b2
1 changed files with 1 additions and 4 deletions
|
|
@ -156,8 +156,5 @@ module.exports.app = (optionsArg = {}) => {
|
|||
processId,
|
||||
})
|
||||
|
||||
// todo split emitter from app in next major
|
||||
// @ts-ignore
|
||||
app.companionEmitter = emitter
|
||||
return app
|
||||
return Object.assign(app, { companionEmitter: emitter })
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue