Mike0021 commited on
Commit
8d36260
·
verified ·
1 Parent(s): 381b90d

J1 verified PR (j1-d4ec6c80-1e14-4ac7-9f7c-179952b68ffe)

Browse files

Live Agent deliverable verification for j1-d4ec6c80-1e14-4ac7-9f7c-179952b68ffe.

<!-- chat-ui-agent-pr:43a4cc5b149d2b2c9d0cb1239f6dd638770cc61a1723f1322da6c3d2a670f153 -->

Files changed (1) hide show
  1. math.mjs +1 -1
math.mjs CHANGED
@@ -1,3 +1,3 @@
1
  export function add(left, right) {
2
- return left - right;
3
  }
 
1
  export function add(left, right) {
2
+ return left + right;
3
  }