remove init

This commit is contained in:
Lone Iversen
2024-02-02 09:51:38 +01:00
parent 0f6aaee744
commit 62b0243993

View File

@@ -6,8 +6,6 @@ import type { UmbApi } from '@umbraco-cms/backoffice/extension-api';
import type { DomainsPresentationModelBaseModel } from '@umbraco-cms/backoffice/backend-api';
export class UmbDocumentCultureAndHostnamesRepository extends UmbBaseController implements UmbApi {
#init!: Promise<unknown>;
#dataSource = new UmbDocumentCultureAndHostnamesServerDataSource(this);
#notificationContext?: typeof UMB_NOTIFICATION_CONTEXT.TYPE;