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
if (!$resp.id) { throw"No installations found for this App." }
134
+
if ($null-eq$resp-or!$resp.id) { throw"No installation found for '$InstallationTokenOwner' in this App. Verify the App is installed on that org/user." }
0 commit comments