Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Feb 14, 2023
1 parent 816e363 commit a5d599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GigyaSwift/Gigya/GigyaCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public final class GigyaCore<T: GigyaAccountProtocol>: GigyaInstanceProtocol {
*/

public func showScreenSet(with name: String, viewController: UIViewController, params: [String: Any] = [:], completion: @escaping (GigyaPluginEvent<T>) -> Void) {
var webBridge = createWebBridge()
let webBridge = createWebBridge()

pluginViewWrapper = PluginViewWrapper(config: config, persistenceService: persistenceService, sessionService: sessionService, businessApiService: businessApiService, webBridge: webBridge, plugin: "accounts.screenSet", params: params, completion: completion)
pluginViewWrapper?.presentPluginController(viewController: viewController, dataType: T.self, screenSet: name)
Expand Down

0 comments on commit a5d599d

Please sign in to comment.