mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: update early adopter error log
This commit is contained in:
@ -133,6 +133,6 @@ export const onEarlyAdoptersCheckout = async ({ session }: OnEarlyAdoptersChecko
|
|||||||
// We don't want to break the checkout process if something goes wrong here.
|
// 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
|
// This is an additive experience for early adopters, breaking their ability
|
||||||
// join would be far worse than not having a signed pledge.
|
// join would be far worse than not having a signed pledge.
|
||||||
console.error(error);
|
console.error('early-supporter-error', error);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user