Skip to content

Commit

Permalink
Changed coding key of notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-nirali-s committed Nov 27, 2024
1 parent 005a3fb commit 30f84cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Data/Model/Expense.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public struct Expense: Codable, Hashable, Identifiable {
case paidBy = "paid_by"
case addedBy = "added_by"
case updatedBy = "updated_by"
case note = "notes"
case note = "note"
case imageUrl = "image_url"
case splitTo = "split_to"
case splitType = "split_type"
Expand Down

0 comments on commit 30f84cf

Please sign in to comment.