Skip to content

Commit

Permalink
change func name
Browse files Browse the repository at this point in the history
  • Loading branch information
karthuszY committed Mar 25, 2024
1 parent 4a70806 commit 981fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArcBlockSDK/ABSDKCoreKit/DidHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public enum RoleType: Int8 {
}
}

public func roleTypeString() -> String {
public func name() -> String {
switch self {
case .account:
return "account"
Expand Down

0 comments on commit 981fa7e

Please sign in to comment.