summaryrefslogtreecommitdiff
path: root/_www/trunks.ts
diff options
context:
space:
mode:
Diffstat (limited to '_www/trunks.ts')
-rw-r--r--_www/trunks.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/trunks.ts b/_www/trunks.ts
index 70aa9f0..57387f3 100644
--- a/_www/trunks.ts
+++ b/_www/trunks.ts
@@ -269,8 +269,6 @@ export class Trunks {
}
private wsOnBroadcast(res: WuiWebSocketResponse) {
- console.log("wsOnBroadcast: ", res.message)
-
switch (res.message) {
case API_ATTACK_RESULT:
let result = JSON.parse(
@@ -336,6 +334,8 @@ export class Trunks {
return null
}
+ Save(target, http_target, null)
+
let attackReq: RunRequestInterface = {
Target: {
ID: target.ID,