Skip to content

Commit

Permalink
fix(passport): Fixing build error with named/default export
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Mar 27, 2024
1 parent 5058dcf commit ff75fac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/passport/src/firebase/authenticate-customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,3 @@ export const authenticateCustomer = async (firebaseAuthToken: string) => {
}
return null;
};

export default authenticateCustomer;

0 comments on commit ff75fac

Please sign in to comment.