Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes committed Jul 16, 2021
1 parent cc5cb7a commit 233e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/handlers/odata/src/request-processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function initDataloaderFactories(baseUrl: string, env: Record<string, string>, h
(requests: Request[]): Promise<Response[]> => Promise.all(requests.map(request => fetch(request)))
),
};
};
}

export function handleBatchJsonResults(batchResponseJson: any, requests: Request[]) {
if ('error' in batchResponseJson) {
Expand Down

0 comments on commit 233e375

Please sign in to comment.