Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update SwiftPackage/Sources/BridgeClientExtension/UploadAppManager.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Erin-Mounts <[email protected]>
  • Loading branch information
syoung-smallwisdom and Erin-Mounts authored Apr 17, 2023
1 parent 5cca237 commit 5ccfe40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ open class UploadAppManager : ObservableObject {
NotificationCenter.default.post(name: Self.BridgeClientDidSignOut, object: self)
}

/// A notification that the participant has been signed out.
/// A notification that the participant is about to be signed out.
public static let BridgeClientWillSignOut: Notification.Name = .init("BridgeClientWillSignOut")

/// A notification that the participant has been signed out.
Expand Down

0 comments on commit 5ccfe40

Please sign in to comment.