Skip to content

Commit

Permalink
Merge pull request #6 from swikars1/dd
Browse files Browse the repository at this point in the history
test 4
  • Loading branch information
swikars1 authored Apr 6, 2024
2 parents 8d47e58 + 0aee4b0 commit 64da86c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-pumpkins-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"khalti-epayment": patch
---

add 4
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const add = (a: number, b: number) => {
return a + b + 2;
return a + b + 4;
};

0 comments on commit 64da86c

Please sign in to comment.