Skip to content

Commit

Permalink
Merge 738a819 into 7cfb06f
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Nov 22, 2024
2 parents 7cfb06f + 738a819 commit ff8b117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firestore/Swift/Source/PropertyWrapper/FirestoreQuery.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ public struct FirestoreQuery<T>: DynamicProperty {
/// The results of the query.
///
/// This property returns an empty collection when there are no matching results.
public var wrappedValue: T {
@MainActor @preconcurrency public var wrappedValue: T {
firestoreQueryObservable.items
}

/// A binding to the request's mutable configuration properties
public var projectedValue: Configuration {
@MainActor @preconcurrency public var projectedValue: Configuration {
get {
firestoreQueryObservable.configuration
}
Expand Down

0 comments on commit ff8b117

Please sign in to comment.