Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 27, 2024
1 parent 16f8ec9 commit 3ce3cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/

import { AlfrescoApiService } from '@alfresco/adf-core';
import {
BulkAssignHoldResponseEntry,
ContentPagingQuery,
Expand All @@ -30,6 +29,7 @@ import {
import { Injectable } from '@angular/core';
import { Observable, from } from 'rxjs';
import { map } from 'rxjs/operators';
import { AlfrescoApiService } from '../../services/alfresco-api.service';

@Injectable({
providedIn: 'root'
Expand Down

0 comments on commit 3ce3cdd

Please sign in to comment.