Skip to content

Commit 111a88c

Browse files
committed
Fix linter errors
1 parent 0be1038 commit 111a88c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import render from './modules/render/meals';
77
const mealCounter = document.getElementById('meal-counter');
88

99
const endpoint = 'https://www.themealdb.com/api/json/v1/1/';
10-
const likesEndpoint =
11-
'https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/lvQFdeSbvijlsDX1Y4VY/likes/';
10+
const likesEndpoint = 'https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/apps/lvQFdeSbvijlsDX1Y4VY/likes/';
1211

1312
const displayMeals = () => {
1413
Promise.all([

0 commit comments

Comments
 (0)