Skip to content

Commit

Permalink
Update handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyZZZZ committed Sep 12, 2023
1 parent 7c930f2 commit 338bfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function postToSlack(text) {

async function getAllImages(ecr, registryId, repoName) {
const params = {
registryId,
registryId: registryId,
repositoryName: repoName,
maxResults: 100,
};
Expand Down

0 comments on commit 338bfb9

Please sign in to comment.