remove debugger

This commit is contained in:
Mads Rasmussen
2023-11-02 13:33:06 +01:00
parent 30c339d10f
commit 65c700d0d5

View File

@@ -19,7 +19,6 @@ export class UmbUserCollectionRepository extends UmbUserRepositoryBase implement
const { data, error } = await this.#collectionSource.getCollection(filter);
if (data) {
debugger;
this.detailStore!.appendItems(data.items);
}