Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 10, 2023
1 parent 7a5b638 commit 2c87ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evinser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1199,9 +1199,9 @@ export const framePicker = (dfFrames) => {

/**
* Method to simplify types. For example, arrays ending with [] could be simplified.
*
*
* @param {string} typeFullName Full name of the type to simplify
* @returns
* @returns Simplified type string
*/
export const simplifyType = (typeFullName) => {
return typeFullName.replace("[]", "");
Expand Down

0 comments on commit 2c87ae7

Please sign in to comment.