1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

style: lint

This commit is contained in:
Mihajlo Medjedovic
2021-02-23 23:01:08 +01:00
parent f2c8e40430
commit 66d02cf1d1

View File

@@ -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
}