Skip to content

Commit fea6168

Browse files
fix warning
1 parent 143a8ea commit fea6168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ios-aggregate-verifier-example/ios-aggregate-example/ViewModel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ViewModel: ObservableObject {
4141
backUpShareFactor: MfaSetting(enable: true, priority: 2),
4242
socialBackupFactor: MfaSetting(enable: true, priority: 3),
4343
passwordFactor: MfaSetting(enable: true, priority: 4)
44-
),
44+
)
4545
))
4646
await MainActor.run(body: {
4747
if self.web3Auth?.state != nil {

0 commit comments

Comments
 (0)