Skip to content

Commit

Permalink
Fixed pipeline failure error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-nirali-s authored Oct 7, 2024
1 parent d2fd817 commit fb268ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Data/Data/Extension/Timestamp+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
// Created by Amisha Italiya on 25/04/24.
//

import Foundation
import FirebaseFirestore

extension Timestamp: @retroactive Comparable {
extension Timestamp {
public static func < (lhs: Timestamp, rhs: Timestamp) -> Bool {
return lhs.dateValue() < rhs.dateValue()
}
Expand Down
2 changes: 1 addition & 1 deletion Splito/UI/Home/Expense/AddExpenseView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ struct DatePickerRow: View {

private struct ExpenseDetailRowWithBtn: View {
let IMAGE_HEIGHT: CGFloat = 26

let name: String
let subtitle: String
var memberProfileUrls: [String] = []
Expand Down

0 comments on commit fb268ef

Please sign in to comment.