Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 4, 2023
1 parent c2041bd commit 1e5bc86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ object QueryCompilerVisitorInternal extends SchemaVisitor[QueryCompiler] {
(string, QueryCompiler.pos).tupled.emap { case (s, range) =>
Either
.catchNonFatal(Base64.getDecoder().decode(s))
// todo anything better?
.map(Blob(_))
.leftMap(_ => CompilationError.error(CompilationErrorDetails.InvalidBlob, range))
.toIor
Expand Down

0 comments on commit 1e5bc86

Please sign in to comment.