Skip to content

Commit 70c1f1f

Browse files
committed
fix: remove trailing comma
1 parent 4b7a12f commit 70c1f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/graphql/update-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function main () {
5353
// create a bare minimum context for rendering the graphql-object.html layout
5454
const context = {
5555
currentLanguage,
56-
site: siteData[currentLanguage].site,
56+
site: siteData[currentLanguage].site
5757
}
5858

5959
for (const version of versionsToBuild) {

0 commit comments

Comments
 (0)