We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213f48c commit 8de59ecCopy full SHA for 8de59ec
dashi/src/lib/api/fetchContributions.ts
@@ -13,7 +13,7 @@ export async function fetchContributions(
13
return fetchApiResult(_fetchContributions, options);
14
}
15
16
-export async function _fetchContributions(
+async function _fetchContributions(
17
options?: ApiOptions,
18
): Promise<Contributions> {
19
return callApi<Contributions>(
0 commit comments