Remove public event feature (#1645)

This commit is contained in:
Alex Christoffer Rasmussen
2025-06-19 18:07:42 +02:00
committed by Carlos Valente
parent 0649678dca
commit 08d9e24871
99 changed files with 173 additions and 1129 deletions
@@ -42,7 +42,6 @@ describe('safeMerge', () => {
const mergedData = safeMerge(demoDb, {
project: {
title: 'new title',
publicInfo: 'new public info',
backstageInfo: 'new backstage info',
custom: [
{
@@ -56,8 +55,6 @@ describe('safeMerge', () => {
expect(mergedData.project).toStrictEqual({
title: 'new title',
description: 'Turin 2022',
publicUrl: 'www.getontime.no',
publicInfo: 'new public info',
backstageUrl: 'www.github.com/cpvalente/ontime',
backstageInfo: 'new backstage info',
projectLogo: null,