Skip to content

Commit 6d855a0

Browse files
sofislleahecole
andauthored
build: update sample to use var (GoogleCloudPlatform#2676)
* build: update sample * build: run linter Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 2850d00 commit 6d855a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer/composer_transform_csv_to_json.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ module.exports = function main(
3939
}
4040
}
4141

42-
const jsonString = JSON.stringify(weatherInCity);
43-
return jsonString;
42+
return JSON.stringify(weatherInCity);
4443
}
4544

4645
// [END composer_transform_csv_to_json]

0 commit comments

Comments
 (0)