Skip to content

Commit d779494

Browse files
steveseguinactions-user
authored andcommitted
fix(config): Fix trailing comma in config file
Remove trailing comma from the tiktok configuration block in settings/config_0.json to prevent JSON parsing errors. [auto-enhanced]
1 parent d45b00a commit d779494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/config_0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"width": 1280,
8888
"height": 720
8989
}
90-
},
90+
}
9191
},
9292
"youtube": {
9393
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",

0 commit comments

Comments
 (0)