From b80246f2f426c3acceaf474394e6572f93f97f3e Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Fri, 22 Nov 2024 13:40:57 -0800 Subject: [PATCH] incorrect code comment --- src/lib/Group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Group.ts b/src/lib/Group.ts index 1e74f5dc7..7eff0a365 100644 --- a/src/lib/Group.ts +++ b/src/lib/Group.ts @@ -281,7 +281,7 @@ export class Group< /** * Returns the group image url square. * To get the latest group image url square from the network, call sync() first. - * @returns {string} A Promise that resolves to the group name. + * @returns {string} A Promise that resolves to the group image url. */ async groupImageUrlSquare(): Promise { return XMTP.groupImageUrlSquare(this.client.inboxId, this.id)