Skip to content

Commit 87a6a4b

Browse files
fix(clawsweeper): address review for automerge-openclaw-openclaw-94833 (validation-1)
1 parent 885c640 commit 87a6a4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ios-release-signing.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function readManifest(manifestPath) {
6868
if (!Array.isArray(parsed.targets) || parsed.targets.length === 0) {
6969
throw new Error("Signing manifest must include targets.");
7070
}
71-
if (typeof parsed.appGroupId !== "undefined") {
71+
if (parsed.appGroupId !== undefined) {
7272
validateAppGroupId(parsed.appGroupId, "Signing manifest appGroupId");
7373
}
7474

0 commit comments

Comments
 (0)