Skip to content

Commit dc01b0c

Browse files
author
Anthony Gore
committed
Corrections
1 parent 136ce66 commit dc01b0c

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.env_sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PORT=8000
22
NODE_ENV=development
3-
IMDB_IDS=tt3748528,tt4501244,tt1711525,tt4682786,tt3183660,tt4034228,tt3783958,tt2543164,tt1211837,tt4550098
3+
IMDB_IDS=tt0379225,tt1172203,tt1727587,tt1352852,tt1379199,tt1562881,tt0489037,tt1783305,tt4479976

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "The Ultimate Vue.js Developers Course: Vue.js Cinema",
55
"main": "server.js",
6-
"author": "Anthony Gore <info@getjsdojo.com>",
6+
"author": "Anthony Gore <anthony@vuejsdevelopers.com>",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/vuejsdevelopers/vuejs-cinema"

src/util/genres.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
export default Object.freeze({
2-
ACTION: 'Action',
3-
ADVENTURE: 'Adventure',
1+
module.exports = Object.freeze({
42
ANIMATION: 'Animation',
53
COMEDY: 'Comedy',
6-
FAMILY: 'Family',
4+
CRIME: 'Crime',
5+
DOCUMENTARY: 'Documentary',
6+
DRAMA: 'Drama',
77
FANTASY: 'Fantasy',
8-
MUSICAL: 'Musical',
9-
SCI_FI: 'Sci-Fi',
10-
THRILLER: 'Thriller'
8+
HORROR: 'Horror'
119
});

0 commit comments

Comments
 (0)