Skip to content
Snippets Groups Projects
Commit e42c1a97 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update MyIdentityState.init

parent c1908713
No related branches found
No related tags found
1 merge request!14[Example App] Make identity & contact
......@@ -7,6 +7,7 @@ import ErrorFeature
public struct MyIdentityState: Equatable {
public init(
id: UUID,
identity: Identity? = nil,
isMakingIdentity: Bool = false,
error: ErrorState? = nil
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment