mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 16:10:06 +00:00
Update SASjs.ts
fix grammar
This commit is contained in:
@@ -602,10 +602,10 @@ export default class SASjs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* this function validates the structure of input data and verify that proper rules are being followed for table name
|
* This function validates the input data structure and table naming convention
|
||||||
*
|
*
|
||||||
* @param data a json object contains one or more table, it can also be null
|
* @param data A json object that contains one or more tables, it can also be null
|
||||||
* @returns a object which contains two attributes: 1) status: boolean, 2) msg: string
|
* @returns An object which contains two attributes: 1) status: boolean, 2) msg: string
|
||||||
*/
|
*/
|
||||||
private validateInput(data: { [key: string]: any } | null): {
|
private validateInput(data: { [key: string]: any } | null): {
|
||||||
status: boolean
|
status: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user