Skip to content

Commit c14ade8

Browse files
committed
[DSC-648] Fix lint
1 parent 85e0906 commit c14ade8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/data/request-error.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PathableObjectError } from "./response-state.model";
1+
import { PathableObjectError } from './response-state.model';
22

33
export class RequestError extends Error {
44
statusCode: number;

0 commit comments

Comments
 (0)