Skip to content

Commit 8de59ec

Browse files
committed
no export
1 parent 213f48c commit 8de59ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashi/src/lib/api/fetchContributions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export async function fetchContributions(
1313
return fetchApiResult(_fetchContributions, options);
1414
}
1515

16-
export async function _fetchContributions(
16+
async function _fetchContributions(
1717
options?: ApiOptions,
1818
): Promise<Contributions> {
1919
return callApi<Contributions>(

0 commit comments

Comments
 (0)