Skip to content

Commit 59a45a5

Browse files
Mariela TihovaMariela Tihova
authored andcommitted
chore(grid-lite-data-service): remove extra comma
1 parent 5c0cfae commit 59a45a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/grid-lite/grid-lite-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class GridLiteDataService {
137137
role: this.randomElement(this.roles),
138138
location: this.randomElement(this.locations),
139139
manager: `${this.randomElement(this.maleFirstNames)} ${this.randomElement(this.lastNames)}`,
140-
employmentType: this.randomElement(this.employmentTypes),
140+
employmentType: this.randomElement(this.employmentTypes)
141141
};
142142
}
143143

0 commit comments

Comments
 (0)