Skip to content

Commit

Permalink
fix: add missing image type to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Aug 29, 2024
1 parent 309e2c8 commit c4f0407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/type-title.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default (type) => {
if (type === "package") return "PACKAGE";
if (type === "npm") return "NPM";
if (type === "image") return "IMAGE";
return "MAP";
};

0 comments on commit c4f0407

Please sign in to comment.