Skip to content

Commit

Permalink
trigger github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Oct 2, 2023
1 parent 5cb862c commit f2220f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporary/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ if (queryform.length) {
e.preventDefault()

let data = new FormData(queryform)

let year = data.getAll('year')

data.delete('year')
data.append('year', year)

Expand Down

0 comments on commit f2220f2

Please sign in to comment.