Skip to content

Commit 5113692

Browse files
ci: apply automated fixes
1 parent 086e49f commit 5113692

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { createAuthClient } from "better-auth/solid";
2-
import { convexClient } from "@convex-dev/better-auth/client/plugins";
1+
import { createAuthClient } from 'better-auth/solid'
2+
import { convexClient } from '@convex-dev/better-auth/client/plugins'
33

44
export const authClient = createAuthClient({
55
plugins: [convexClient()],
6-
});
6+
})
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { createAuth } from "convex/auth";
2-
import { setupFetchClient } from "@convex-dev/better-auth/react-start";
3-
import { getCookie } from "@tanstack/solid-start/server";
1+
import { createAuth } from 'convex/auth'
2+
import { setupFetchClient } from '@convex-dev/better-auth/react-start'
3+
import { getCookie } from '@tanstack/solid-start/server'
44

55
export const { fetchQuery, fetchMutation, fetchAction } =
6-
await setupFetchClient(createAuth, getCookie);
6+
await setupFetchClient(createAuth, getCookie)

0 commit comments

Comments
 (0)