Skip to content

Commit df11af0

Browse files
committed
Fix linter errors
1 parent 7dad17a commit df11af0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An API based webapp that displays Meals from the [MealsDB](https://www.themealdb
3030

3131
## 🎥 Video Link
3232

33-
[Link to Project Video Description](https://www.loom.com/share/2f2b19014b6c42e69442095a2030a801)
33+
[Link to Project Video Description](https://www.loom.com/share/3ba7b7be5da24625a037048aca2062f5)
3434

3535
## 🧰 Tools
3636

@@ -100,7 +100,6 @@ npm test
100100
- Twitter: [@Kossi-stack](https://twitter.com/SoloJean5)
101101
- LinkedIn: [Kossi Stack](https://www.linkedin.com/in/kossifioklou2406/)
102102

103-
104103
### Lilian Moraa
105104

106105
- GitHub: [@lily-coder](https://github.com/lily-coder/)

src/modules/render/reservation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const reserveModal = (meal) => {
162162
meal.idMeal,
163163
inputReserveName.value,
164164
inputReserveStartDate.value,
165-
inputReserveEndDate.value
165+
inputReserveEndDate.value,
166166
).then(() => {
167167
if (reservationList.hasChildNodes()) {
168168
reservationList.innerHTML = '';

0 commit comments

Comments
 (0)