Skip to content

Commit 5b355cf

Browse files
committed
style: fix readonly/frozen TipObject TS error
1 parent 0eaaf04 commit 5b355cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RandomTips.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export function showRandomTipIfWanted() {
340340
* Initialises the module.
341341
*
342342
* @public
343-
* @param {TipObject[]} tipsToShow the tips object to init
343+
* @param {readonly TipObject[]} tipsToShow the tips object to init
344344
* @returns {Promise.<void>}
345345
*/
346346
export function init(tipsToShow) {

0 commit comments

Comments
 (0)