mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 09:12:08 +01:00
feat: add rawTranscriptContent field to SessionImport model
feat: enhance server initialization with environment validation and import processing scheduler test: add Jest setup for unit tests and mock console methods test: implement unit tests for environment management and validation test: create unit tests for transcript fetcher functionality
This commit is contained in:
@ -37,7 +37,7 @@ export default function DashboardSettings({
|
||||
else setMessage("Failed.");
|
||||
}
|
||||
|
||||
if (session.user.role !== "admin") return null;
|
||||
if (session.user.role !== "ADMIN") return null;
|
||||
|
||||
return (
|
||||
<div className="bg-white p-6 rounded-xl shadow mb-6">
|
||||
|
||||
Reference in New Issue
Block a user