Skip to content

Commit 5711d5c

Browse files
authored
Merge pull request #2360 from hxy7yx/main-2
chore(scan tag): rename tag_type to type
2 parents 392a72b + aba218d commit 5711d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/neu_json_scan.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int neu_json_encode_scan_tags_resp(void *json_object, void *param)
125125
};
126126
if (p_tag->is_last_layer) {
127127
tag_elems[3] = (neu_json_elem_t) {
128-
.name = "tag_type",
128+
.name = "type",
129129
.t = NEU_JSON_INT,
130130
.v.val_int = p_tag->type,
131131
};

0 commit comments

Comments
 (0)