Skip to content

Commit

Permalink
fix: typo in auth-context.ts (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer-Shahar authored Aug 18, 2022
1 parent fb5498c commit 6e656ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/template/addons/trpc/auth-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type CreateContextOptions = {
};

/** Use this helper for:
* - testing, where we dont have to Mock Next.js' req/res
* - testing, where we don't have to Mock Next.js' req/res
* - trpc's `createSSGHelpers` where we don't have req/res
**/
export const createContextInner = async (opts: CreateContextOptions) => {
Expand Down

1 comment on commit 6e656ea

@vercel
Copy link

@vercel vercel bot commented on 6e656ea Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

create-t3-app – ./

create-t3-app-nu.vercel.app
create-t3-app-t3-oss.vercel.app
create-t3-app-git-main-t3-oss.vercel.app

Please sign in to comment.