Skip to content

Commit fa6072a

Browse files
committed
fix: WebhookCustomHeader does not extend EasyPostResource
1 parent 4f63799 commit fa6072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/easypost/model/WebhookCustomHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import lombok.Getter;
44

55
@Getter
6-
public final class WebhookCustomHeader extends EasyPostResource {
6+
public final class WebhookCustomHeader {
77
private String name;
88
private String value;
99
}

0 commit comments

Comments
 (0)