upgrade redwood to v 0.36

This commit is contained in:
Kurt Hutten
2021-08-31 20:12:18 +10:00
parent f5113da9c2
commit 01a28f4d53
12 changed files with 3052 additions and 3531 deletions

View File

@@ -112,7 +112,6 @@ export const splitGziped = (text: string) => {
try {
return JSON.parse(json)
} catch (e) {
console.log(json, e)
return {}
}
}