forked from jsnbuchanan/crowd-funder-for-time-pwa
refactor invite link & add test
This commit is contained in:
@@ -460,7 +460,8 @@ export default class ContactsView extends Vue {
|
||||
registered: true,
|
||||
}),
|
||||
);
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} catch (error: any) {
|
||||
console.error("Error redeeming invite:", error);
|
||||
let message = "Got an error sending the invite.";
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user