Update SyncTargetDropbox.js

pull/541/merge
Laurent Cozic 2018-05-22 15:02:35 +01:00 committed by GitHub
parent 5a0e3cbbf2
commit 9eb62920f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class SyncTargetDropbox extends BaseSyncTarget {
});
api.on('authRefreshed', (auth) => {
this.logger().info('Saving updated OneDrive auth.');
this.logger().info('Saving updated Dropbox auth.');
Setting.setValue('sync.' + SyncTargetDropbox.id() + '.auth', auth ? auth : null);
});
@ -70,4 +70,4 @@ class SyncTargetDropbox extends BaseSyncTarget {
}
module.exports = SyncTargetDropbox;
module.exports = SyncTargetDropbox;