Use unkonwn fallback string for values not supplied by remote encoder.

Closes https://github.com/owncast/owncast/issues/403
This commit is contained in:
Gabe Kangas
2020-12-02 17:51:00 -08:00
parent a56d5e47b9
commit f55901064c
2 changed files with 13 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "react"
"jsx": "preserve"
},
"include": [
"next-env.d.ts",