mirror of
https://github.com/sasjs/adapter.git
synced 2026-06-10 02:50:20 +00:00
fix(job-execution): refresh access token if it has expired during job status checks
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare namespace NodeJS {
|
||||
export interface Process {
|
||||
logger?: import('@sasjs/utils/logger').Logger
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user