Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Cain authored and cybergrind committed Jun 30, 2021
1 parent 6e37fc9 commit 87e0d69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CreditCardFormOnChangeEvent extends Event<CreditCardFormOnChangeEve
private final boolean isValid;

public CreditCardFormOnChangeEvent(int id, WritableMap params, boolean isValid) {
super();
super(id);
this.params = params;
this.isValid = isValid;
}
Expand Down

0 comments on commit 87e0d69

Please sign in to comment.