[bugfix] fix 'steal this look' form, uncheck entries after processing (#1454)

This commit is contained in:
f0x52
2023-02-07 18:34:54 +01:00
committed by GitHub
parent 4e4da19720
commit 52fbb3e584
4 changed files with 27 additions and 6 deletions

View File

@ -149,7 +149,7 @@ module.exports = (build) => ({
body: body
}).then(unwrapRes);
}).then((res) => {
data.push([emoji.shortcode, res]);
data.push([emoji.id, res]);
}).catch((e) => {
let msg = e.message ?? e;
if (e.data.error) {