summaryrefslogtreecommitdiffstats
path: root/src/helpers.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.cr')
-rw-r--r--src/helpers.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers.cr b/src/helpers.cr
index e01b847a..5ba9c461 100644
--- a/src/helpers.cr
+++ b/src/helpers.cr
@@ -25,7 +25,7 @@ class Config
dbname: String,
),
redirect: Bool,
- dl_api_key: String | Nil,
+ dl_api_key: String?,
})
end