Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Dec 4, 2019
1 parent b92dc95 commit 23c2bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/components/request.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
configurationFillDuration: function(configId) {
if ('largest_interval' in this.duration_data) {
let config_duration = this.duration_data.configurations[configId];
let availble_time = this.duration_data.largest_interval - this.duration_data.duration + config_duration;
let available_time = this.duration_data.largest_interval - this.duration_data.duration + config_duration;
this.request.configurations[configId].repeat_duration = available_time - 1;
this.update();
}
Expand Down

0 comments on commit 23c2bd0

Please sign in to comment.