This commit is contained in:
Entrox-Licher 2024-02-10 10:42:34 -05:00 committed by GitHub
parent 0527d97055
commit e1690bd2ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,7 +398,7 @@ do
-- Gets the ArkhamDB config info from the configuration object.
---@return table: configuration data
internal.getConfiguration = function()
local configuation = getObjectsWithTag("import_configuration_provider")[1].getTable("configuration")
local configuration = getObjectsWithTag("import_configuration_provider")[1].getTable("configuration")
printPriority = configuration.priority
return configuration
end