Skip to content

Commit

Permalink
chore: Add public signature to class method
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Oct 9, 2024
1 parent 9f6149c commit 8fd52e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lib/Quickstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Quickstart {
* Method extracts criteria from the config and returns an object appropriately
* structured for the artifact.
*/
transformForArtifact(): ArtifactQuickstartConfig {
public transformForArtifact(): ArtifactQuickstartConfig {
const {
authors,
description,
Expand Down

0 comments on commit 8fd52e8

Please sign in to comment.