You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,7 +75,7 @@ export async function confirmRecentConvexInviteAsync(
69
75
returntrue;
70
76
}
71
77
72
-
constpreviousInvite=`A Convex team invite was already sent${connection.invitedEmail ? ` to ${connection.invitedEmail}` : ''} at ${connection.invitedAt}.`;
78
+
constpreviousInvite=`A Convex team invite was already sent${connection.invitedEmail ? ` to ${connection.invitedEmail}` : ''} at ${formatConvexInviteTimestamp(connection.invitedAt)}.`;
73
79
if(nonInteractive){
74
80
Log.warn(
75
81
`${previousInvite} Sending another invite because this command is running in non-interactive mode.`
0 commit comments