mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
Fixing a build error from merging
This commit is contained in:
@@ -12,7 +12,7 @@ import useSWR from "swr";
|
||||
|
||||
const Dashboard = () => {
|
||||
// Adding a demonstrative call to the backend that includes the web's JWT.
|
||||
useSWRImmutable(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get);
|
||||
useSWR(`${process.env.FASTAPI_URL}/api/v1/auth/check`, get);
|
||||
|
||||
const {
|
||||
t,
|
||||
|
||||
Reference in New Issue
Block a user