diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/helpers/helpers.cr | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/invidious/helpers/helpers.cr b/src/invidious/helpers/helpers.cr index e25ea880..d5e233b0 100644 --- a/src/invidious/helpers/helpers.cr +++ b/src/invidious/helpers/helpers.cr @@ -15,10 +15,7 @@ class Config https_only: Bool?, hmac_key: String?, full_refresh: Bool, - domain: { - type: String?, - default: "invidio.us", - }, + domain: String, }) end |
