fix: update early adopter error log

This commit is contained in:
Mythie
2023-10-26 14:26:10 +11:00
parent 165432c37c
commit 9e5bfa543e

View File

@ -133,6 +133,6 @@ export const onEarlyAdoptersCheckout = async ({ session }: OnEarlyAdoptersChecko
// We don't want to break the checkout process if something goes wrong here.
// This is an additive experience for early adopters, breaking their ability
// join would be far worse than not having a signed pledge.
console.error(error);
console.error('early-supporter-error', error);
}
};