We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0fea3 commit f168fafCopy full SHA for f168faf
packages/api/src/api/extras/powerLevel.ts
@@ -35,8 +35,8 @@ export type UserPowerLevelType = number | typeof ROOM_VERSION_12_CREATOR;
35
36
/**
37
* Compare a user's power level to a normal power level.
38
- * @param userPowerLevel The user's power level
39
- * @param normalPowerLevel The normal power level
+ * @param userPowerLevel - The user's power level
+ * @param normalPowerLevel - The normal power level
40
* @returns True if the user's power level is greater than or equal to the normal power level, false otherwise
41
*/
42
export function compareUserPowerLevelToNormalPowerLevel(
0 commit comments