Skip to content

Commit

Permalink
Removed last private for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhang03 committed Jul 8, 2024
1 parent a41f18e commit a909c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metadata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class JsPsychMetadata {
* @param {string} key - Metadata field name
* @param {*} value - Data associated with the field
*/
private setMetadataField(key: string, value: any): void {
setMetadataField(key: string, value: any): void {
this.metadata[key] = value;
}

Expand Down

0 comments on commit a909c85

Please sign in to comment.