Skip to content

Commit beffc7b

Browse files
committed
return on start repeat
1 parent 55352e5 commit beffc7b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Leanplum-SDK/Classes/Internal/Leanplum.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ + (void)startWithUserId:(NSString *)userId
777777
return;
778778
}
779779
NSLog(@"Leanplum: Error: Already called start.");
780+
return;
780781
}
781782

782783
[LPMessageTemplatesClass sharedTemplates];

Tools/triggerRondo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body="{
99
\"LEANPLUM_SDK_VERSION\": \"$version\"
1010
}
1111
}
12-
}}'"
12+
}}"
1313

1414
curl -s -X POST \
1515
-H "Content-Type: application/json" \

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2-beta1
1+
2.7.2-beta2

0 commit comments

Comments
 (0)