Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwlee2608 committed Nov 21, 2023
1 parent 503a366 commit 1a43a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function () {
avp.New(code.SubscriptionIdType, 0, flag.M, data.Enumerated(1))
])))

const cca = client.send(msg)
console.log("cca: ", cca.dump())
const cca = client.send(ccr)
console.log("CCA: ", cca.dump())

const resultCode = cca.findAVP(code.ResultCode, 0)
check(resultCode, {'Result-Code == 2001': r => r == 2001,})
Expand Down

0 comments on commit 1a43a6f

Please sign in to comment.