Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cesco69 authored Oct 29, 2024
1 parent fa330db commit bf5f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const typeParsers = {
}

// the empty parse function
const noParse = String;
const noParse = String

// returns a function used to convert a specific type (specified by
// oid) into a result javascript type
Expand Down

0 comments on commit bf5f155

Please sign in to comment.