mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
fix: missing demo logo (#1954)
This commit is contained in:
committed by
GitHub
parent
7b5f797c95
commit
04c5b67475
@@ -37,6 +37,7 @@ import {
|
||||
moveCorruptFile,
|
||||
parseJsonFile,
|
||||
} from './projectServiceUtils.js';
|
||||
import { populateOntimeLogo } from '../../setup/loadOntimeLogo.js';
|
||||
|
||||
type ProjectState =
|
||||
| {
|
||||
@@ -113,6 +114,7 @@ async function loadProject(projectData: DatabaseModel, fileName: string, rundown
|
||||
* Loads the demo project
|
||||
*/
|
||||
export async function loadDemoProject(): Promise<string> {
|
||||
populateOntimeLogo();
|
||||
return createProject(config.demoProject, demoDb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user