Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Aug 15, 2024
1 parent ca6b3f4 commit 1b69db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SkillMakerViewModel @Inject constructor(

private var _commandSpell: MutableStateFlow<Int> =
MutableStateFlow(
skillCommand.value.count {
skillCommand.count {
it is SkillMakerEntry.Action && it.action is AutoSkillAction.CommandSpell
}
)
Expand Down

0 comments on commit 1b69db8

Please sign in to comment.