Fixing a build error from merging

This commit is contained in:
Keith Stevens
2023-01-28 19:22:24 +09:00
parent c333ecd27a
commit 3dc8ff6ddd
+1 -1
View File
@@ -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,