Merge remote-tracking branch 'origin/main' into feat/shape-node
🚀 Lint & Test & Deploy / release (pull_request) Successful in 3m47s

This commit is contained in:
release-bot
2026-02-09 22:27:43 +01:00
+1 -1
View File
@@ -37,7 +37,7 @@
const match = line.match(regex);
if (!match) {
return undefined;
return;
}
const [, sha, link, description] = match;