Skip to content

Commit

Permalink
Remove duplicated sanitize function.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreachild committed Oct 4, 2024
1 parent dc987c0 commit 8f63bb9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/NeptuneSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ function yellow(text) {
return '\x1b[33m' + text + '\x1b[0m';
}


function sanitize(text) {
// TODO implement sanitization logic
return text;
}

function sanitize(text) {
// TODO implement sanitization logic
return text;
Expand Down

0 comments on commit 8f63bb9

Please sign in to comment.