Skip to content

Commit

Permalink
Fix timestamp?
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedukow committed Feb 21, 2024
1 parent 8c5bf00 commit 37cf4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FirebaseFirestore/FieldValue+Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import firebase
public typealias FieldValue = firebase.firestore.FieldValue

extension FieldValue {
public static func serverTimestamp() {
public static func serverTimestamp() -> Self {
ServerTimestamp()
}
}

0 comments on commit 37cf4ac

Please sign in to comment.