Skip to content

Commit c430f91

Browse files
committed
[Style] Add comment in FirestoreService
1 parent a8d4ce0 commit c430f91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SHFirestoreService/FirestoreService.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ extension FirestoreService: FirestoreQueryable {
299299

300300
// MARK: - FirestoreTransactional
301301
extension FirestoreService: FirestoreTransactional {
302+
/// Notes:
303+
/// 1. Executes a transaction and emits FiresotreServiceError if execution fails.
302304
public func performTransaction(
303305
_ updateBlock: @escaping (Transaction) throws -> Any?
304306
) -> AnyPublisher<Any?, any Error> {

0 commit comments

Comments
 (0)