Skip to content

Commit

Permalink
Add name
Browse files Browse the repository at this point in the history
  • Loading branch information
frankjoke committed Jul 1, 2020
1 parent 4e20e1a commit 4946353
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class Acceptdata extends utils.Adapter {
);
response.send("success: " + JSON.stringify(res, null));
await wait(1);
stData(res, path);
stData(res, name);
// response.send("Hello from Express!");
});
break;
Expand Down Expand Up @@ -326,7 +326,7 @@ class Acceptdata extends utils.Adapter {
);
response.send("success");
await wait(1);
stData(res, path);
stData(res, name);
// response.send("Hello from Express!");
});
break;
Expand All @@ -349,7 +349,7 @@ class Acceptdata extends utils.Adapter {
);
response.send("success");
await wait(1);
stData(res, path);
stData(res, name);
// response.send("Hello from Express!");
});
break;
Expand Down

0 comments on commit 4946353

Please sign in to comment.