mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 20:10:05 +00:00
style: lint
This commit is contained in:
@@ -378,7 +378,7 @@ export class RequestClient implements HttpClient {
|
||||
includeSAS9Log = true
|
||||
}
|
||||
|
||||
let responseToReturn: {result: T, etag: any, log?: string} = {
|
||||
let responseToReturn: { result: T; etag: any; log?: string } = {
|
||||
result: parsedResponse as T,
|
||||
etag
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user