()
| 53 | : () => ({ data: undefined, isPending: false, error: null }) |
| 54 | |
| 55 | export const useSubscription = () => { |
| 56 | return { |
| 57 | list: client.subscription?.list, |
| 58 | upgrade: client.subscription?.upgrade, |
| 59 | cancel: client.subscription?.cancel, |
| 60 | restore: client.subscription?.restore, |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | const { signIn, signUp, signOut } = client |
| 65 | export { signOut } |
no outgoing calls
no test coverage detected