Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
koladilip committed Nov 19, 2024
1 parent 1553029 commit 1f9e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Destinations.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ destinations.map((dest) =>
`export const ${dest.name}_NAME = '${dest.name}';
export const ${dest.name}_DISPLAY_NAME = '${dest.displayName}';`
).join('\n')
}
}

0 comments on commit 1f9e040

Please sign in to comment.