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

chore(refactor): change property name in PollOptions

This commit is contained in:
Krishna Acondy
2021-07-14 07:50:25 +01:00
parent b9f368193d
commit d4725d2e54
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export async function pollJobState(
const logFileName = `${postedJob.name || 'job'}-${generateTimestamp()}.log`
const logFilePath = `${
pollOptions?.logFilePath || process.cwd()
pollOptions?.logFolderPath || process.cwd()
}/${logFileName}`
if (authConfig) {