1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +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
* @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
msg: string
} {