| 296 | * @param {Boolean} full Whether to return a key-value object containing extra data | 296 | * @param {Boolean} full Whether to return a key-value object containing extra data |
| 297 | * @returns {number|Object} 0-based character ID or key-value object if full is true | 297 | * @returns {number|Object} 0-based character ID or key-value object if full is true |
| 298 | */ | 298 | */ |
| 299 | export function findGroupMemberId(arg, full) { | 299 | export function findGroupMemberId(arg, full = false) { |
| 300 | arg = arg?.trim(); | 300 | arg = arg?.trim(); |
| 301 | | 301 | |
| 302 | if (!arg) { | 302 | if (!arg) { |