Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset generator doesn't work in certain cases #612

Open
cesr opened this issue Nov 14, 2024 · 0 comments
Open

Dataset generator doesn't work in certain cases #612

cesr opened this issue Nov 14, 2024 · 0 comments

Comments

@cesr
Copy link
Contributor

cesr commented Nov 14, 2024

With the following text in the instructions it doesn't generate anything:

User:
diff --git a/src/CoreModelsAndServices/Services/LookupPersistence.cs b/src/CoreModelsAndServices/Services/LookupPersistence.cs
+++ b/src/CoreModelsAndServices/Services/LookupPersistence.cs

@@ -295,7 +295,7 @@ public class LookupPersistence
  295      {
  296          try
  297          {
  298 +            var eaimlResults = await _amazonDynamoDb.QueryAsync(DynamoHelper.CreateQuery(Table.Lookup, $"{EmailPrefix}#{email?.ToLower()}")).ToDocumentString();
  299              var emailRows = emailResults.DeserializeList(DeserializeMemberAccountDetails).ToImmutableList();
@cesr cesr converted this from a draft issue Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant