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 0c04dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/lib/DataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class DataSource extends Component<
* Method extracts criteria from the config and returns an object appropriately
* structured for the artifact.
*/
transformForArtifact() {
public transformForArtifact() {
const { keywords, description, categoryTerms, icon, ...rest } = this.config;

return {
Expand Down
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 0c04dba

Please sign in to comment.