Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix bug where transaction categories weren't synced
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Apr 30, 2022
1 parent 611cc5e commit d8be13c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data class CategoryDTO(
icon = icon,
orderNum = orderNum,
isSynced = true,
isDeleted = false
isDeleted = false,
id = id
)
}

0 comments on commit d8be13c

Please sign in to comment.