Skip to content

Commit

Permalink
优化例子指引
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jan 15, 2019
1 parent 1387d3f commit 1148a9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/sts.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ app.all('/sts', function (req, res, next) {
policy: policy,
}, function (err, tempKeys) {
var result = JSON.stringify(err || tempKeys) || '';
result.startTime = startTime;
res.send(result);
});
});
Expand Down Expand Up @@ -116,7 +115,6 @@ app.all('/sts', function (req, res, next) {
// policy: policy,
// }, function (err, tempKeys) {
// var result = JSON.stringify(err || tempKeys) || '';
// result.startTime = startTime;
// res.send(result);
// });
// });
Expand Down

0 comments on commit 1148a9e

Please sign in to comment.