Merge branch 'main' into add-new-skill-clean

This commit is contained in:
白水淳
2026-02-03 08:28:24 +09:00
committed by GitHub
7 changed files with 9 additions and 9 deletions

View File

@@ -296,7 +296,7 @@ Use this skill when:
+ return processOrder(order);
+ }
# EVEN BETER: Using Result type
# EVEN BETTER: Using Result type
+ function process(order): Result<ProcessedOrder, Error> {
+ return Result.combine([
+ validateOrderExists(order),