Don't force-dynamic

This commit is contained in:
Krzysztof Czerwinski 2025-01-07 13:36:09 +01:00
parent f4f5c9af80
commit 786e890cb5
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ import {
} from "@/lib/autogpt-server-api/types";
import BackendAPI from "@/lib/autogpt-server-api";
export const dynamic = "force-dynamic";
async function getStoreData() {
try {
const api = new BackendAPI();