Skip to content

Commit

Permalink
style: update badgeValues.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jun 11, 2022
1 parent 2fad452 commit 4a8bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/badgeValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const BADGE_GENERATOR_REPO = {
export const DEFAULT_REPO_INPUTS = {
username: BADGE_GENERATOR_REPO.username,
repoName: BADGE_GENERATOR_REPO.repoName,
licenseType: "MIT"
licenseType: "MIT",
};

export const STATIC_DEPENDENCY: IGenericBadge = {
Expand Down

0 comments on commit 4a8bcd5

Please sign in to comment.