Skip to content

Commit

Permalink
fix: removing hardcoded input table name in sasjs request
Browse files Browse the repository at this point in the history
  • Loading branch information
allanbowe committed Oct 10, 2020
1 parent 5464677 commit 483aee7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sasjs-request/index.js
Expand Up @@ -60,11 +60,7 @@ export async function runSasJob(

const accessToken = await getAccessToken(target)

let data = {
fromjs: [dataJson]
}

if (!dataJson) data = null
if (!dataJson) dataJson = null

await sasjs
.request(
Expand Down

0 comments on commit 483aee7

Please sign in to comment.