Skip to content

Commit

Permalink
fix: make param optional in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleactii committed Oct 7, 2024
1 parent bb8e4f7 commit 3ea5f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vyi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class VYI {
formatVersion = 1;
/**
* Initializes this module with the information from the VYI passed.
* @param {Object} pVyiData - A JSON / Javascript object containing the vyi information.this.ogger
* @param {Object} [pVyiData] - A JSON / Javascript object containing the vyi information.this.ogger
*/
constructor(pVyiData) {
VYI.logger.registerType('Vyi-module', '#ff6600');
Expand Down

0 comments on commit 3ea5f47

Please sign in to comment.