dpp/dlt: fix typo

This commit is contained in:
pedro 2024-11-27 00:17:41 +01:00 committed by Cayo Puigdefabregas
parent c90ed58ea0
commit 367d3a7f87

View file

@ -245,4 +245,4 @@ COMMIT = config('COMMIT', default='')
# DLT SETTINGS
TOKEN_DLT = config("TOKEN_DLT", default=None)
API_DLT = config("API_DLT", default=None)
API_RESULVER = config("API_RESOLVER", default=None)
API_RESOLVER = config("API_RESOLVER", default=None)