From 1a43a6ff4084c3ac55b907163c4a0862185f356f Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 21 Nov 2023 11:38:36 +0800 Subject: [PATCH] fix typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c79ea0e..039185f 100644 --- a/README.md +++ b/README.md @@ -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,})