Skip to content

Commit

Permalink
Update MiniAppViewHandler.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Oct 16, 2023
1 parent 5ea6d92 commit d0e6c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Classes/core/View/MiniAppViewHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import WebKit

// swiftlint:disable file_length function_body_length

// swiftlint:disable file_length
// MARK: - MiniAppViewHandler
class MiniAppViewHandler: NSObject {

Expand Down Expand Up @@ -944,3 +944,4 @@ extension String {
return data.base64EncodedString()
}
}
// swiftlint:enable file_length

0 comments on commit d0e6c10

Please sign in to comment.