Skip to content

Commit 5215522

Browse files
committed
fix: comma
1 parent d4a9df8 commit 5215522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/easypost/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public abstract static class CarrierAccountTypes {
6666
);
6767

6868
public static final List<String> CARRIER_ACCOUNT_TYPES_WITH_CUSTOM_OAUTH = ImmutableList.of(
69-
"AmazonShippingAccount", "UpsAccount", "UpsMailInnovationsAccount", "UpsSurepostAccount", "UspsShipAccount",
69+
"AmazonShippingAccount", "UpsAccount", "UpsMailInnovationsAccount", "UpsSurepostAccount", "UspsShipAccount"
7070
);
7171
}
7272

0 commit comments

Comments
 (0)