Add missing id for blob upload and rebuild

This commit is contained in:
yflory 2025-09-30 16:25:28 +02:00
parent bd0884335b
commit a32a7290dc
2 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,7 @@ define([
};
ServerCommand(keys, {
command: 'UPLOAD_COOKIE',
id: id
}, (err, data) => {
cookie = data?.cookie;
if (err || !cookie) { return void onError(err || 'NOCOOKIE'); }

File diff suppressed because one or more lines are too long