Fixed small bugs and code style offences
This commit is contained in:
parent
71fe24096c
commit
44c5958203
4 changed files with 9 additions and 9 deletions
|
@ -68,7 +68,7 @@ class ProcessInteractionService < BaseService
|
|||
end
|
||||
|
||||
def status(xml)
|
||||
Status.find(unique_tag_to_local_id(activity_id, 'Status'))
|
||||
Status.find(unique_tag_to_local_id(activity_id(xml), 'Status'))
|
||||
end
|
||||
|
||||
def activity_id(xml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue