ignore - will fix later

This commit is contained in:
Mads Rasmussen
2023-12-11 13:46:24 +01:00
parent 9786cf5016
commit c192defbe4

View File

@@ -24,6 +24,9 @@ export class UmbUserDetailRepository extends UmbUserRepositoryBase implements IU
* @return {*}
* @memberof UmbUserRepository
*/
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
createScaffold(parentId: string | null) {
if (parentId === undefined) throw new Error('Parent id is missing');
return this.#detailSource.createScaffold(parentId);