Skip to content

Commit 133245a

Browse files
committed
* MDF [conf] rename old base62 to base64_no_padding
Signed-off-by: Jaylin <jaylin@emqx.io>
1 parent ec0f289 commit 133245a

File tree

1 file changed

+2
-1
lines changed
  • include/nng/supplemental/nanolib

1 file changed

+2
-1
lines changed

include/nng/supplemental/nanolib/conf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,8 @@ typedef enum {
562562
typedef enum {
563563
plain,
564564
base64,
565-
base62
565+
base62,
566+
base64_no_padding
566567
} hook_payload_type;
567568

568569
struct conf_web_hook_rule {

0 commit comments

Comments
 (0)