Skip to content

Commit 0ecdc68

Browse files
committed
fixed wrong username in programab
1 parent d5a1569 commit 0ecdc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myrobotlab/service/ProgramAB.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ public ProgramABConfig apply(ProgramABConfig c) {
11141114
}
11151115

11161116
if (c.currentBotName != null) {
1117-
setCurrentUserName(c.currentBotName);
1117+
setCurrentBotName(c.currentBotName);
11181118
}
11191119

11201120
if (c.startTopic != null) {

0 commit comments

Comments
 (0)