lib/lambda/getPackageActions.ts
Avoid too many return
statements within this function. Open
Open
return response({
statusCode: 200,
body: {
actions: getAvailableActions(userAttr, result._source),
},
Avoid too many return
statements within this function. Open
Open
return response({
statusCode: 500,
body: { message: "Internal server error" },
});