We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11045c2 + 8cf8bac commit 04ca011Copy full SHA for 04ca011
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "firebotv5",
3
- "version": "5.54.2",
+ "version": "5.54.3",
4
"description": "Powerful all-in-one bot for Twitch streamers.",
5
"main": "build/main.js",
6
"scripts": {
src/backend/cloud-sync/cloud-sync.js
@@ -10,8 +10,7 @@ const sync = async (jsonData) => {
10
11
headers: {
12
'User-Agent': 'Firebot V5 - https://firebot.app',
13
- 'Content-Type': 'json',
14
- 'Content-Encoding': 'gzip'
+ 'Content-Type': 'json'
15
}
16
});
17
0 commit comments