Fixed typo.
This commit is contained in:
parent
6d02578d61
commit
4731cfb16d
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ class Job < ApplicationModel
|
||||||
next if !changed
|
next if !changed
|
||||||
ticket.save
|
ticket.save
|
||||||
|
|
||||||
# execute ticket transaction
|
# execute object transaction
|
||||||
Observer::Ticket::Transaction.commit(
|
Observer::Transaction.commit(
|
||||||
disable_notification: job.disable_notification
|
disable_notification: job.disable_notification
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue