Skip to content

Commit 5478889

Browse files
authored
Update auction.html
1 parent 14ff54e commit 5478889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ch13/13.2/node-auction/views/auction.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ <h2>{{good.name}}</h2>
3333
<script>
3434
document.querySelector('#bid-form').addEventListener('submit', (e) => {
3535
e.preventDefault();
36-
const xhr = new XMLHttpRequest();
3736
const errorMessage = document.querySelector('.error-message');
3837
axios.post('/good/{{good.id}}/bid', { // 입찰 진행
3938
bid: e.target.bid.value,

0 commit comments

Comments
 (0)