Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Oct 4, 2024
1 parent a9e73fc commit 5087f2a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/agent/src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,8 @@ async function createPermissionGrants(
return grant.message;
});

try {
const messages = await Promise.all(messagePromises);
return messages;
} catch (error) {
throw error;
}
const messages = await Promise.all(messagePromises);
return messages;
}

/**
Expand Down

0 comments on commit 5087f2a

Please sign in to comment.