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

chore: utils import fix

This commit is contained in:
2022-05-09 15:47:24 +02:00
parent c243f25477
commit a4cd320272

View File

@@ -1,4 +1,4 @@
import { isSpecialMissing } from '@sasjs/utils'
import { isSpecialMissing } from '@sasjs/utils/input/validators'
/**
* Converts the given JSON object array to a CSV string.