updated condition
This commit is contained in:
parent
2a65cf0375
commit
cdced5202a
@ -70,7 +70,7 @@ do
|
||||
}
|
||||
|
||||
-- use secondary api (arkham.build) if deckid is too long
|
||||
if string.len(deckId) > 9 then
|
||||
if string.len(deckId) == 15 then
|
||||
deckUri = { configuration.api_uri2, deckId }
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user