mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-30 05:23:05 +00:00
comments corrected
This commit is contained in:
parent
cde05cbb31
commit
deec61bc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class Drive extends Provider {
|
|||
}
|
||||
|
||||
thumbnail (_, done) {
|
||||
// not implementing this because a public thumbnail from onedrive will be used instead
|
||||
// not implementing this because a public thumbnail from googledrive will be used instead
|
||||
const err = new Error('call to thumbnail is not implemented')
|
||||
logger.error(err, 'provider.drive.thumbnail.error')
|
||||
return done(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue