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

Merge pull request #641 from sasjs/issue-624

fix(special-missing): fix convertToCSV format object
This commit is contained in:
Allan Bowe
2022-02-17 13:05:24 +02:00
committed by GitHub
4 changed files with 61 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ const errorAndCsrfData: any = {
}
const testTable = 'sometable'
const testTableWithNullVars: { [key: string]: any } = {
export const testTableWithNullVars: { [key: string]: any } = {
[testTable]: [
{ var1: 'string', var2: 232, nullvar: 'A' },
{ var1: 'string', var2: 232, nullvar: 'B' },