Skip to content

Commit

Permalink
Refactor: Remove unused meta field from term wp com rest response
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Sep 4, 2023
1 parent c5a51fd commit 02a1967
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,4 @@ public static class TermsResponse {
public String description;
public int post_count;
public long parent;
public Meta meta;

public static class Meta {

This comment has been minimized.

Copy link
@irfano

irfano Sep 5, 2023

Member

❓ Was this an unused class?

public Links links;

public static class Links {
public String self;
public String help;
public String site;
}
}
}

0 comments on commit 02a1967

Please sign in to comment.