Skip to content

Commit

Permalink
Merge pull request #2360 from hxy7yx/main-2
Browse files Browse the repository at this point in the history
chore(scan tag): rename tag_type to type
  • Loading branch information
fengzeroz authored Jan 8, 2025
2 parents 392a72b + aba218d commit 5711d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/neu_json_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int neu_json_encode_scan_tags_resp(void *json_object, void *param)
};
if (p_tag->is_last_layer) {
tag_elems[3] = (neu_json_elem_t) {
.name = "tag_type",
.name = "type",
.t = NEU_JSON_INT,
.v.val_int = p_tag->type,
};
Expand Down

0 comments on commit 5711d5c

Please sign in to comment.