Skip to content

Commit

Permalink
address missed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Sep 14, 2021
1 parent b005da7 commit 01cca25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const credentialStoreFactory = (logger: Logger): CredentialStore => {
const apiKeyId = apiKeysMap.get(reindexOp.id);
if (apiKeyId) {
await invalidateApiKey({ apiKeyId, security, log });
apiKeysMap.delete(reindexOp.id);
return;
}
}
Expand Down

0 comments on commit 01cca25

Please sign in to comment.