Skip to content

Commit 26d616d

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 677f2dc commit 26d616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api-example/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useEffect, useState } from "react"
55
export default function Page() {
66
const [data, setData] = useState()
77
useEffect(() => {
8-
; (async () => {
8+
;(async () => {
99
const res = await fetch("/api/protected")
1010
const json = await res.json()
1111
setData(json)

0 commit comments

Comments
 (0)