Skip to content

Commit

Permalink
[FIX] Mark created terminals command as processing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
josefdolezal committed Jun 6, 2017
1 parent ecf2d8d commit e9a4539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OctoPhone/View Related/Terminal/TerminalViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ TerminalViewModelOutputs {
do {
let realm = try weakSelf.contextManager.createContext()
try realm.write {
command.status = .success
realm.add(command)
}
} catch {
Expand Down

0 comments on commit e9a4539

Please sign in to comment.