Skip to content

Commit 16405c3

Browse files
authored
fix: bot prompt string. aggresive -> aggressive
1 parent 87936eb commit 16405c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/LineLogin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import LineSDK
4949

5050
if let botPrompt = args["botPrompt"] as? String {
5151
switch botPrompt {
52-
case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggresive")
52+
case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggressive")
5353
case "normal": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "normal")
5454
default: break
5555
}

0 commit comments

Comments
 (0)