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:
@@ -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
|
||||||
} {
|
} {
|
||||||
|
|||||||
Reference in New Issue
Block a user