Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Aug 1, 2023
1 parent 7ac8c64 commit cc94ac6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct MiniAppFromBundle: View {
queryParams: getQueryParam()
)
}

func getMiniAppManifest() -> MiniAppManifest? {
return MiniAppManifest(requiredPermissions: permissionList(),
optionalPermissions: nil,
Expand All @@ -53,10 +53,6 @@ struct MiniAppFromBundle: View {
return []
}
}

func hardCodePermissions() {

}
}

extension MASDKCustomPermissionModel {
Expand Down

0 comments on commit cc94ac6

Please sign in to comment.