Skip to content

Commit 04ca011

Browse files
authored
Merge pull request #1977 from crowbartools/fix-commands-list
Hotfix v5.54.3
2 parents 11045c2 + 8cf8bac commit 04ca011

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebotv5",
3-
"version": "5.54.2",
3+
"version": "5.54.3",
44
"description": "Powerful all-in-one bot for Twitch streamers.",
55
"main": "build/main.js",
66
"scripts": {

src/backend/cloud-sync/cloud-sync.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ const sync = async (jsonData) => {
1010
{
1111
headers: {
1212
'User-Agent': 'Firebot V5 - https://firebot.app',
13-
'Content-Type': 'json',
14-
'Content-Encoding': 'gzip'
13+
'Content-Type': 'json'
1514
}
1615
});
1716

0 commit comments

Comments
 (0)