Skip to content

Commit

Permalink
Merge pull request #81 from AppSci/release/1.0.13
Browse files Browse the repository at this point in the history
update minor fix
  • Loading branch information
yehorkyrylov authored Dec 23, 2022
2 parents 5c70746 + 1fc2751 commit 8b0818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PandaSDK/Views/WebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,6 @@ extension WebViewController {
}

private enum Constants {
static let hideTrialJSFunctionName = "removeTrialUi"
static let hideTrialJSFunctionName = "removeTrialUi()"
}
}

0 comments on commit 8b0818d

Please sign in to comment.