mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Remove unecessary progress item
This commit is contained in:
parent
6237db9ba6
commit
2ddb9b8f7c
@ -107,8 +107,7 @@ async function bake(data) {
|
||||
data: Object.assign(response, {
|
||||
id: data.id,
|
||||
inputNum: data.inputNum,
|
||||
bakeId: data.bakeId,
|
||||
progress: response.progress
|
||||
bakeId: data.bakeId
|
||||
})
|
||||
});
|
||||
} catch (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user