Fix redraw ownership modal in drive

This commit is contained in:
yflory
2019-09-03 13:45:32 +02:00
parent 32f1d1627f
commit c4dcfc9ccf
2 changed files with 6 additions and 3 deletions

View File

@@ -3719,7 +3719,6 @@ define([
sframeChan.query('Q_GET_PAD_METADATA', {
channel: data.channel
}, function (err, val) {
console.log(arguments);
if (!err && !(val && val.error)) {
data.owners = val.owners;
data.expire = val.expire;