mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2026-01-01 10:59:21 +00:00
fix work of ModifyPsychomatrixPresenterImpl#getPsychomatrixHistory
This commit is contained in:
@@ -33,6 +33,6 @@ class ModifyPsychomatrixPresenterImpl(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun getPsychomatrixHistory(psychomatrix: Psychomatrix): List<Operation> {
|
override fun getPsychomatrixHistory(psychomatrix: Psychomatrix): List<Operation> {
|
||||||
return getInverts(psychomatrix)
|
return modifyPsychomatrixUseCase.getPsychomatrixHistory(psychomatrix)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user