Skip to content

Commit f00c378

Browse files
committed
Updated Contacts examples
1 parent 495eb71 commit f00c378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/java/io/mailtrap/examples/contacts/Contacts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public static void main(String[] args) {
2929

3030
System.out.println(response);
3131

32-
client.contactsApi().contacts().deleteContact(ACCOUNT_ID, email);
32+
client.contactsApi().contacts().deleteContact(ACCOUNT_ID, EMAIL);
3333
}
3434
}

0 commit comments

Comments
 (0)