forked from ryanmwangi/CalMerger
correct syntax error
This commit is contained in:
parent
707e085fe7
commit
3ffd34190f
1 changed files with 11 additions and 10 deletions
|
@ -47,6 +47,7 @@ const form = document.getElementById('merge-form');
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
fetch('/merge', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
|
Loading…
Add table
Reference in a new issue