Skip to content

Commit 28c747a

Browse files
committed
AAAAA
1 parent 06d4f48 commit 28c747a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/converter-frontend/pages/authors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { VStack } from '../components/stack/stack'
88
import qs from 'querystring'
99

1010
function AuthorPage() {
11-
const { data: session, status } = useSession()
11+
const { status } = useSession()
1212
if (status !== 'authenticated') {
1313
return (
1414
<Button onClick={() => signIn()} leftIcon={<FaMicrosoft />}>

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"functions": {
3-
"api/style.rb": {
3+
"api/style": {
44
"includeFiles": "+(Gemfile*|api/style.rb)"
55
}
66
}

0 commit comments

Comments
 (0)