Attempt 55 to fix bypass
All checks were successful
Build Docker image / build (push) Successful in 1m31s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 53s

This commit is contained in:
Roman Krček
2025-09-03 10:58:48 +02:00
parent 28fc22fcd8
commit f6360edef3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { google } from 'googleapis';
import { getAuthenticatedClient } from '../auth/server.js';
import { GoogleSheet } from './types.ts';
import { GoogleSheet } from './types';
// Type for sheet data
export interface SheetData {

View File

@@ -0,0 +1,5 @@
/**
* This file is necessary to ensure protection of all routes in the `private`
* directory. It makes the routes in this directory _dynamic_ routes, which
* send a server request, and thus trigger `hooks.server.ts`.
**/