@@ -84,7 +84,7 @@ const contacts = defineDataset(Contact, {
8484 email : 'john.smith@acme.example.com' ,
8585 phone : '+1-415-555-0101' ,
8686 title : 'VP of Engineering' ,
87- department : 'Engineering ' ,
87+ department : 'engineering ' ,
8888 account : 'Acme Corporation' ,
8989 } ,
9090 {
@@ -94,7 +94,7 @@ const contacts = defineDataset(Contact, {
9494 email : 'sarah.j@globex.example.com' ,
9595 phone : '+1-312-555-0201' ,
9696 title : 'Chief Procurement Officer' ,
97- department : 'Executive ' ,
97+ department : 'executive ' ,
9898 account : 'Globex Industries' ,
9999 } ,
100100 {
@@ -104,7 +104,7 @@ const contacts = defineDataset(Contact, {
104104 email : 'mchen@initech.example.com' ,
105105 phone : '+1-212-555-0301' ,
106106 title : 'Director of Operations' ,
107- department : 'Operations ' ,
107+ department : 'operations ' ,
108108 account : 'Initech Solutions' ,
109109 } ,
110110 {
@@ -114,7 +114,7 @@ const contacts = defineDataset(Contact, {
114114 email : 'emily.d@starkmed.example.com' ,
115115 phone : '+1-617-555-0401' ,
116116 title : 'Head of Partnerships' ,
117- department : 'Sales ' ,
117+ department : 'sales ' ,
118118 account : 'Stark Medical' ,
119119 } ,
120120 {
@@ -124,7 +124,7 @@ const contacts = defineDataset(Contact, {
124124 email : 'rwilson@wayne.example.com' ,
125125 phone : '+1-650-555-0501' ,
126126 title : 'CTO' ,
127- department : 'Engineering ' ,
127+ department : 'engineering ' ,
128128 account : 'Wayne Enterprises' ,
129129 } ,
130130 ]
@@ -180,7 +180,7 @@ const opportunities = defineDataset(Opportunity, {
180180 stage : 'proposal' ,
181181 probability : 60 ,
182182 close_date : cel `daysFromNow(30)` ,
183- type : 'existing_business ' ,
183+ type : 'existing_upgrade ' ,
184184 forecast_category : 'pipeline' ,
185185 lead_source : 'web' ,
186186 } ,
@@ -213,7 +213,7 @@ const opportunities = defineDataset(Opportunity, {
213213 stage : 'needs_analysis' ,
214214 probability : 25 ,
215215 close_date : cel `daysFromNow(45)` ,
216- type : 'existing_business ' ,
216+ type : 'existing_upgrade ' ,
217217 forecast_category : 'best_case' ,
218218 lead_source : 'event' ,
219219 } ,
0 commit comments