Skip to content

Commit

Permalink
vercel#629: Conversion of type 'Global & typeof globalThis' to type '…
Browse files Browse the repository at this point in the history
…CustomNodeJsGlobal' may be a mistake (vercel#631)
  • Loading branch information
oliverheywood451 authored Jan 6, 2022
1 parent b88d334 commit 3098827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ordercloud/api/utils/fetch-rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const createBuyerFetcher: (
body?: Record<string, unknown>,
fetchOptions?: Record<string, any>
) => {
const customGlobal = global as CustomNodeJsGlobal;
const customGlobal = global as unknown as CustomNodeJsGlobal;

// Get provider config
const config = getConfig()
Expand Down

0 comments on commit 3098827

Please sign in to comment.