Update archive.js

This commit is contained in:
Isaac 2020-08-25 16:41:54 +01:00 committed by GitHub
parent 015351afe5
commit 59ffa7056d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ module.exports.export = (Ticket, channel) => new Promise((resolve, reject) => {
log.warn(json);
return resolve(new Error(`${json.status} (${json.message})`));
}
log.success(`Uploaded ${ticket.id} archive to server`);
log.success(`Uploaded ticket #${ticket.id} archive to server`);
resolve(json.url);
});
});