fix(types): replace any with proper type in better-auth auth
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
da062bcc27
commit
a1e653bbf7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import { createAuth } from '../auth';
|
||||
|
||||
export const auth = createAuth({} as any);
|
||||
export const auth = createAuth({} as Parameters<typeof createAuth>[0]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue