1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 16:10:06 +00:00

chore: lint fixes

This commit is contained in:
2021-06-09 17:28:27 +00:00
parent 4554c9100c
commit 6419686269

View File

@@ -599,9 +599,7 @@ export default class SASjs {
* @param data a json object contains one or more table, it can also be null * @param data a json object contains one or more table, it can also be null
* @returns a object which contains two attributes: 1) status: boolean, 2) msg: string * @returns a object which contains two attributes: 1) status: boolean, 2) msg: string
*/ */
private validateInput(data: { private validateInput(data: { [key: string]: any }): {
[key: string]: any
}): {
status: boolean status: boolean
msg: string msg: string
} { } {