diff options
Diffstat (limited to 'src/helpers.cr')
| -rw-r--r-- | src/helpers.cr | 2 |
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 |
