Merge branch 'soon'

pull/1/head
yflory 2019-11-19 18:00:09 +01:00
commit aa782ba3aa
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ define([
// No version: visible edit
// Version 2: encrypted edit links
SF.checkMigration = function (secondaryKey, proxy, uo, cb) {
SF.checkMigration = function (secondaryKey, proxy, uo, _cb) {
var cb = Util.once(Util.mkAsync(_cb));
var drive = proxy.drive || proxy;
// View access: can't migrate
if (!secondaryKey) { return void cb(); }