From 8a311badc8f8210d4fda9997c11bed2f3188c1f8 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Thu, 18 Apr 2024 13:35:12 +1000 Subject: [PATCH] Added TODO to README --- README.md | 4 ++++ src/helpers/QueryHelper.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 12f4396..7ae44e6 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ This is a simple gRPC service that implements the [NoSQL](https://github.com/top # Note This is in the early stages of development and while it is functional and the interfaces are fully defined, it is not yet ready for production use. + +# TODO + +Add deployment information and documentation \ No newline at end of file diff --git a/src/helpers/QueryHelper.ts b/src/helpers/QueryHelper.ts index d3af3ad..7f90411 100644 --- a/src/helpers/QueryHelper.ts +++ b/src/helpers/QueryHelper.ts @@ -38,6 +38,7 @@ class QueryHelper { return { Statement: statement, + Parameters: parameters, }; }