1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

chore: added jsdoc header

This commit is contained in:
2021-09-03 14:54:35 +05:00
parent 146b0715bf
commit 5ee57f3d07
3 changed files with 23 additions and 0 deletions

View File

@@ -878,6 +878,10 @@ export default class SASjs {
})
}
/**
* this method returns an array of SASjsRequest
* @returns SASjsRequest[]
*/
public getSasRequests() {
const requests = [...this.requestClient!.getRequests()]
const sortedRequests = requests.sort(compareTimestamps)