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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This is the log of notable changes to EAS CLI and related packages.
10
10
11
11
### 🐛 Bug fixes
12
12
13
+
-[eas-cli] Fix Convex team invite output after skipped or unnecessary invitations. ([#3672](https://github.com/expo/eas-cli/pull/3672) by [@fiberjw](https://github.com/fiberjw))
@@ -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