Skip to content

Commit de0637c

Browse files
fix lint
1 parent 3dbba7b commit de0637c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/generate_evergreen_tasks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ function* makeTypescriptTasks() {
547547
commands: [
548548
updateExpansions({
549549
NODE_LTS_VERSION: LOWEST_LTS,
550-
TS_VERSION,
550+
TS_VERSION
551551
}),
552552
{ func: 'install dependencies' },
553553
{ func: 'compile driver' }
@@ -561,7 +561,7 @@ function* makeTypescriptTasks() {
561561
commands: [
562562
updateExpansions({
563563
NODE_LTS_VERSION: LOWEST_LTS,
564-
TS_VERSION,
564+
TS_VERSION
565565
}),
566566
{ func: 'install dependencies' },
567567
{ func: 'check types' }

0 commit comments

Comments
 (0)