full = false to prevent IDE complaints Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com>
Signed| @@ -296,7 +296,7 @@ export function getGroupNames() { | ||
| 296 | 296 | * @param {Boolean} full Whether to return a key-value object containing extra data |
| 297 | 297 | * @returns {number|Object} 0-based character ID or key-value object if full is true |
| 298 | 298 | */ |
| 299 | 299 | export function findGroupMemberId(arg, full = false) { |
| 300 | 300 | arg = arg?.trim(); |
| 301 | 301 | |
| 302 | 302 | if (!arg) { |