Skip to content

Commit

Permalink
Fix parse cache update
Browse files Browse the repository at this point in the history
The parse cache was never updated so served no purpose
  • Loading branch information
vbergeron-ledger committed Jan 19, 2023
1 parent 087d945 commit 97983f1
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 97983f1

Please sign in to comment.