full = false to prevent IDE complaints Co-authored-by: Wolfsblvt <wolfsblvt@gmail.com>

d26f99b496121fce2b54344e17f788edd3a306c8

Succubyss <87207237+Succubyss@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
public/scripts/group-chats.js+1 -1
@@ -296,7 +296,7 @@ export function getGroupNames() {
296 * @param {Boolean} full Whether to return a key-value object containing extra data296 * @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 true297 * @returns {number|Object} 0-based character ID or key-value object if full is true
298 */298 */
299export function findGroupMemberId(arg, full) {299export function findGroupMemberId(arg, full = false) {
300 arg = arg?.trim();300 arg = arg?.trim();
301301
302 if (!arg) {302 if (!arg) {