chore(): lint for trailing commas, fix tests with new types
This commit is contained in:
@@ -19,7 +19,7 @@ export function sucessEmptyResponseObject() {
|
||||
export function errorResponseObject(
|
||||
result: null | any = null,
|
||||
ret_code: number,
|
||||
ret_msg: string
|
||||
ret_msg: string,
|
||||
) {
|
||||
return {
|
||||
result,
|
||||
@@ -30,7 +30,7 @@ export function errorResponseObject(
|
||||
|
||||
export function errorResponseObjectV3(
|
||||
result: null | any = null,
|
||||
retCode: number
|
||||
retCode: number,
|
||||
) {
|
||||
return {
|
||||
result,
|
||||
|
||||
Reference in New Issue
Block a user