Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loosen the type of platform since it can't be documented
Browse files Browse the repository at this point in the history
Shane Osbourne committed Jul 11, 2024
1 parent 3b6273f commit 8eef7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/duckplayer/overlays.js
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ export class Environment {

/**
* @param {object} params
* @param {import('../../utils.js').Platform} params.platform
* @param {{name: string}} params.platform
* @param {boolean|null|undefined} [params.debug]
*/
constructor (params) {

0 comments on commit 8eef7fb

Please sign in to comment.