Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Commit 7bdee4f

Browse files
AlexandraBuzilaeneufeld
authored andcommitted
Example data should be valid #4 (#19)
* Example data should be valid #4 - processId value must be a number Fixes #4
1 parent eca9089 commit 7bdee4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
},
1010
title: '42 killer robots',
1111
ordered: true,
12-
processId: '1890004498',
12+
processId: 1890004498,
1313
assignee: 'Philip J. Fry',
1414
status: 'ordered',
1515
startDate: '2018-06-01',
@@ -22,7 +22,7 @@ export default {
2222
phone: '+49 123 456 789'
2323
},
2424
title: '1000 gallons of MomCorp Oil',
25-
processId: '1890004499',
25+
processId: 1890004499,
2626
assignee: 'Jen Barber',
2727
startDate: '2018-07-01',
2828
status: 'planned'

0 commit comments

Comments
 (0)