mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
fix: spread array
This commit is contained in:
@@ -124,7 +124,7 @@ export const getClientConfig = (
|
||||
|
||||
const pluginsActions = defu(
|
||||
{},
|
||||
plugins.map((p) => p.getActions?.($fetch, $store, options)),
|
||||
...plugins.map((p) => p.getActions?.($fetch, $store, options)),
|
||||
) as Record<string, any>;
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user