mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
chore: lint
This commit is contained in:
@@ -2,7 +2,7 @@ export class ErrorResponse {
|
|||||||
body: ErrorBody
|
body: ErrorBody
|
||||||
|
|
||||||
constructor(message: string, details?: any) {
|
constructor(message: string, details?: any) {
|
||||||
let detailsString = '';
|
let detailsString = ''
|
||||||
let raw
|
let raw
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -21,6 +21,6 @@ export class ErrorResponse {
|
|||||||
|
|
||||||
interface ErrorBody {
|
interface ErrorBody {
|
||||||
message: string
|
message: string
|
||||||
details: string,
|
details: string
|
||||||
raw: any
|
raw: any
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user