Merge pull request #582 from Entrox-Licher/typo-fix

Typo Fix
This commit is contained in:
Chr1Z 2024-02-10 16:59:13 +01:00 committed by GitHub
commit 02349f57f7
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