Skip to content

Commit 6728e8c

Browse files
committed
fix test/js AGAIN
1 parent ef0e7d5 commit 6728e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/util/groups.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const everyOneGroup = (organizationId: string): Group => ({
55
name: "Everyone",
66
organization_id: organizationId,
77
members: [],
8+
avatar_url: "",
89
})
910

1011
export const getGroupSubtitle = (group: Group): string => {

0 commit comments

Comments
 (0)