Skip to content

Commit

Permalink
Merge pull request #783 from vbergeron/really-cache-it
Browse files Browse the repository at this point in the history
Fix parse cache update
  • Loading branch information
mpilquist authored Jan 19, 2023
2 parents 087d945 + 97983f1 commit b8e5912
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object Parse {
case ParseComplete => ().pure[F]
case ErrorResponse(info) => syncAndFail(statement, info)
}
_ <- cache.value.put(statement, id)
} yield id
}
}
Expand Down

0 comments on commit b8e5912

Please sign in to comment.