Added missing exception.
This commit is contained in:
parent
7b15f669d4
commit
c954abcc37
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ module Import::OTRS
|
||||||
|
|
||||||
result = request_json({})
|
result = request_json({})
|
||||||
if !result['Success']
|
if !result['Success']
|
||||||
'API key not valid!'
|
fail 'API key not valid!'
|
||||||
end
|
end
|
||||||
|
|
||||||
# set settings
|
# set settings
|
||||||
|
|
Loading…
Reference in a new issue