Skip to content

Commit f5080e1

Browse files
committed
fix lint warning about variable count
1 parent ef9ff13 commit f5080e1

File tree

1 file changed

+2
-1
lines changed
  • frontend/src/routes/(authenticated)/org/list

1 file changed

+2
-1
lines changed

frontend/src/routes/(authenticated)/org/list/+page.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export async function load(event: PageLoadEvent) {
2020
memberCount
2121
}
2222
}
23-
`)
23+
`),
24+
{}
2425
);
2526
const nonNullableOrgs = tryMakeNonNullable(orgQueryResult.orgs);
2627
return {orgs: nonNullableOrgs};

0 commit comments

Comments
 (0)