Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
artlowel committed Apr 19, 2024
1 parent d03c640 commit a3540be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/json-patch/json-patch-operations.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { PatchRequest } from '../data/request.models';
import { RequestService } from '../data/request.service';
import { HALEndpointService } from '../shared/hal-endpoint.service';
import { getFirstCompletedRemoteData } from '../shared/operators';
import { URLCombiner } from '../url-combiner/url-combiner';
import { JsonPatchOperationModel } from './json-patch.model';
import {
CommitPatchOperationsAction,
Expand All @@ -37,7 +38,6 @@ import {
} from './json-patch-operations.actions';
import { JsonPatchOperationsResourceEntry } from './json-patch-operations.reducer';
import { jsonPatchOperationsByResourceType } from './selectors';
import { URLCombiner } from '../url-combiner/url-combiner';

/**
* An abstract class that provides methods to make JSON Patch requests.
Expand Down

0 comments on commit a3540be

Please sign in to comment.