mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
Fixed index issue and unused host var
This commit is contained in:
parent
76b52a96c3
commit
626ca9e83b
2 changed files with 0 additions and 3 deletions
|
|
@ -38,8 +38,6 @@ export default class Google extends Plugin {
|
|||
|
||||
// merge default options with the ones set by user
|
||||
this.opts = Object.assign({}, defaultOptions, opts)
|
||||
|
||||
const host = this.opts.host.replace(/^https?:\/\//, '')
|
||||
}
|
||||
|
||||
install () {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ module.exports = {
|
|||
Spinner,
|
||||
Present,
|
||||
DragDrop,
|
||||
Dropbox,
|
||||
GoogleDrive,
|
||||
Formtag,
|
||||
Tus10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue