From 1e5bc86de5e883840208124c7a86545d823899c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Wed, 4 Oct 2023 21:30:13 +0200 Subject: [PATCH] remove todo --- .../core/src/main/scala/playground/QueryCompilerVisitor.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/main/scala/playground/QueryCompilerVisitor.scala b/modules/core/src/main/scala/playground/QueryCompilerVisitor.scala index 64b5c716..e8f90cc6 100644 --- a/modules/core/src/main/scala/playground/QueryCompilerVisitor.scala +++ b/modules/core/src/main/scala/playground/QueryCompilerVisitor.scala @@ -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