From cf43ed66ddbe433acccb703cb1704aed8bd9abf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:06:29 +1300 Subject: [PATCH] cleanup --- .../media/media-types/repository/media-type.repository.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/media/media-types/repository/media-type.repository.ts b/src/Umbraco.Web.UI.Client/src/packages/media/media-types/repository/media-type.repository.ts index 3dd17bef26..ea3e373b94 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/media/media-types/repository/media-type.repository.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/media/media-types/repository/media-type.repository.ts @@ -67,7 +67,6 @@ export class UmbMediaTypeRepository ]); } - // TREE: async requestTreeRoot() { await this.#init; @@ -150,8 +149,6 @@ export class UmbMediaTypeRepository async requestById(id: string) { await this.#init; - // TODO: should we show a notification if the id is missing? - // Investigate what is best for Acceptance testing, cause in that perspective a thrown error might be the best choice? if (!id) { throw new Error('Id is missing'); }