Skip to content

Commit

Permalink
Bug fix gak bisa di run ketika pilihan dirubah minutes atau hours
Browse files Browse the repository at this point in the history
  • Loading branch information
ajiprabowo committed Feb 27, 2021
1 parent b758ae4 commit 1862e8f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 82 deletions.
160 changes: 79 additions & 81 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/src/components/launch_test.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
const postData = JSON.stringify({
method: method,
url: url,
duration: duration,
duration: duration.toString(),
rate: rate,
header: header,
body: body,
Expand Down

0 comments on commit 1862e8f

Please sign in to comment.