Skip to content

Commit

Permalink
remove superfluous whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Slokilla <[email protected]>
  • Loading branch information
glaszig and Slokilla authored Nov 28, 2023
1 parent e0bb4ea commit 8e75d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/recurring_select.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const methods = {

current_rule() {
return {
str: this.getAttribute("data-initial-value-str"),
str: this.getAttribute("data-initial-value-str"),
hash: JSON.parse(this.getAttribute("data-initial-value-hash"))
};
},
Expand Down

0 comments on commit 8e75d46

Please sign in to comment.