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

fix: waiting requests passing config

This commit is contained in:
Mihajlo Medjedovic
2020-07-20 20:44:30 +02:00
parent 405a19f0cf
commit 1c1e6b8efd
2 changed files with 4 additions and 1 deletions

View File

@@ -10,5 +10,5 @@ export interface SASjsWaitingRequest {
};
SASjob: string;
data: any;
params?: any;
config?: any;
}