Skip to content

Commit

Permalink
incorrect code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 22, 2024
1 parent c9875dc commit b80246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> {
return XMTP.groupImageUrlSquare(this.client.inboxId, this.id)
Expand Down

0 comments on commit b80246f

Please sign in to comment.