fix: duplicate client declaration

This commit is contained in:
root 2026-05-27 08:55:35 +00:00
parent f4a4082677
commit c996805122
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ export default function ErrorLogPanel() {
const [deleting, setDeleting] = useState(false); const [deleting, setDeleting] = useState(false);
const intervalRef = useRef(null); const intervalRef = useRef(null);
const client = createClient(supabaseUrl, supabaseAnonKey); const client = createClient(supabaseUrl, supabaseAnonKey);
const client = createClient(supabaseUrl, supabaseAnonKey);
const getRangeStart = (range) => { const getRangeStart = (range) => {
const now = new Date(); const now = new Date();