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

chore: lint fixes

This commit is contained in:
2021-06-09 16:40:29 +05:00
parent 1867658cde
commit 919c83c143

View File

@@ -599,7 +599,9 @@ 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: { [key: string]: any }): { private validateInput(data: {
[key: string]: any
}): {
status: boolean status: boolean
msg: string msg: string
} { } {