Skip to content

Commit

Permalink
fixed typings
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jan 12, 2025
1 parent d9af19d commit 91d07cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/step/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Step {
this.prefix = this.suffix = ''
/** @member {string} */
this.comment = ''
/** @member {import('./meta')} */
/** @member {any} */
this.metaStep = undefined
/** @member {string} */
this.stack = ''
Expand Down

0 comments on commit 91d07cd

Please sign in to comment.