Skip to content

Commit

Permalink
Export extractAuthorizationData for CF Workers (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
nessup authored Aug 3, 2023
1 parent 7f54012 commit b103872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-bulldogs-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/service-utils": patch
---

Export extractAuthorizationData for CF Workers
2 changes: 1 addition & 1 deletion packages/service-utils/src/cf-worker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export async function authorizeWorker(
});
}

async function extractAuthorizationData(
export async function extractAuthorizationData(
authInput: AuthInput,
): Promise<AuthorizationInput> {
const requestUrl = new URL(authInput.req.url);
Expand Down

0 comments on commit b103872

Please sign in to comment.