From 97d3455292e10e770bcb8359799c769a865d04ad Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Mar 2022 20:01:19 +0000 Subject: [PATCH] --- .vscode/launch.json | 4 ++-- server/AyaNova/models/CustomerNotifyEvent.cs | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d1ace0ad..2c3525c1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -40,8 +40,8 @@ "env": { // "ASPNETCORE_ENVIRONMENT": "Development", "AYANOVA_JWT_SECRET": "1111111MyRandom32CharacterSecret", - //"AYANOVA_LOG_LEVEL": "Info", - "AYANOVA_LOG_LEVEL": "Debug", + "AYANOVA_LOG_LEVEL": "Info", + //"AYANOVA_LOG_LEVEL": "Debug", //"AYANOVA_LOG_LEVEL": "Trace", "AYANOVA_DEFAULT_TRANSLATION": "en", "AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=120;", diff --git a/server/AyaNova/models/CustomerNotifyEvent.cs b/server/AyaNova/models/CustomerNotifyEvent.cs index 6b6139da..8f4adeaa 100644 --- a/server/AyaNova/models/CustomerNotifyEvent.cs +++ b/server/AyaNova/models/CustomerNotifyEvent.cs @@ -42,6 +42,8 @@ namespace AyaNova.Models AyaType = AyaType.NoType; ObjectId = 0; Name = string.Empty; + Subject="na"; + Message="na"; } public override string ToString()