Skip to content

Commit

Permalink
fix: format (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhasker authored Jul 18, 2024
1 parent bdaf2ff commit 42b04d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chapter10/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default defineConfig({
dbCredentials: {
url: process.env.DATABASE_URL!,
},
})
});
```

Next we create a file `db/migrate.ts`:
Expand Down
2 changes: 1 addition & 1 deletion src/chapter10/02-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Otherwise we will show a placeholder text:

```jsx
import { SignIn } from '@clerk/nextjs';
import { auth } from '@clerk/nextjs/server'
import { auth } from '@clerk/nextjs/server';
import * as React from 'react';

export default async function Home() {
Expand Down

0 comments on commit 42b04d6

Please sign in to comment.