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() {
296296 * @param {Boolean} full Whether to return a key-value object containing extra data
297297 * @returns {number|Object} 0-based character ID or key-value object if full is true
298298 */
299299export function findGroupMemberId(arg, full = false) {
300300 arg = arg?.trim();
301301
302302 if (!arg) {