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

feat(clear-requests): add function to clear debug requests

This commit is contained in:
Krishna Acondy
2020-08-08 14:27:40 +01:00
parent f7a9b0cbb6
commit f5e1907e28

View File

@@ -1109,6 +1109,10 @@ export default class SASjs {
return sortedRequests;
}
public clearSasRequests() {
this.sasjsRequests = [];
}
private setupConfiguration() {
if (
this.sasjsConfig.serverUrl === undefined ||