1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Update SyncTargetDropbox.js

This commit is contained in:
Laurent Cozic
2018-05-22 15:02:35 +01:00
committed by GitHub
parent 5a0e3cbbf2
commit 9eb62920f7

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;