We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d4f48 commit 28c747aCopy full SHA for 28c747a
apps/converter-frontend/pages/authors.tsx
@@ -8,7 +8,7 @@ import { VStack } from '../components/stack/stack'
8
import qs from 'querystring'
9
10
function AuthorPage() {
11
- const { data: session, status } = useSession()
+ const { status } = useSession()
12
if (status !== 'authenticated') {
13
return (
14
<Button onClick={() => signIn()} leftIcon={<FaMicrosoft />}>
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"functions": {
3
- "api/style.rb": {
+ "api/style": {
4
"includeFiles": "+(Gemfile*|api/style.rb)"
5
}
6
0 commit comments