Skip to content

Commit

Permalink
add force-dynamic to safety training route
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia-gomez committed Sep 21, 2024
1 parent 28aa4db commit dc2289b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions booking-app/app/api/safety_training_users/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const SHEET_GID = process.env.GOOGLE_SHEET_ID;
const COLUMN = "B";
const MAX_ROWS = 1000;

export const dynamic = "force-dynamic";
export async function GET(request: NextRequest) {
try {
const sheetsService = await getGoogleSheet(SPREADSHEET_ID);
Expand Down

0 comments on commit dc2289b

Please sign in to comment.