Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
farnoux committed Nov 22, 2024
1 parent 4b2601b commit f5313cc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/api/src/utils/trpc/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,3 @@ export function TRPCProvider(
</trpc.Provider>
);
}

// export async function getAuthHeaders() {
// const session = await getSession();
// return session?.access_token
// ? {
// authorization: `Bearer ${session.access_token}`,
// apikey: `${ENV.supabase_anon_key}`,
// }
// : null;
// }

0 comments on commit f5313cc

Please sign in to comment.