Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 12, 2023
1 parent da7f8f5 commit a06b914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/sanity-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const defaultOptions: IntegrationOptions = {
};

export function sanityIntegration(
options: IntegrationOptions
options: IntegrationOptions,
): AstroIntegration {
const resolvedOptions = {
...defaultOptions,
Expand Down Expand Up @@ -49,7 +49,7 @@ export function sanityIntegration(
`
import { sanityClient } from "sanity:client";
globalThis.sanityClient = sanityClient;
`
`,
);
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-astro/src/studio/studio-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Studio } from "sanity";

if (!config) {
throw new Error(
"[@sanity/astro]: Can't load Sanity Studio. Check that you've configured it in `sanity.config.js|ts`."
"[@sanity/astro]: Can't load Sanity Studio. Check that you've configured it in `sanity.config.js|ts`.",
);
}

Expand Down

0 comments on commit a06b914

Please sign in to comment.