Update webhook log table using constant (#15101)

(cherry picked from commit f7d1ef722e)
This commit is contained in:
Bjarne Fyrstenborg
2023-11-02 13:27:48 +01:00
committed by Zeegaan
parent 79d9ac759b
commit 5f3c0c56cc

View File

@@ -90,7 +90,7 @@ public static partial class Constants
public const string Webhook2ContentTypeKeys = Webhook + "2ContentTypeKeys";
public const string Webhook2Events = Webhook + "2Events";
public const string Webhook2Headers = Webhook + "2Headers";
public const string WebhookLog = TableNamePrefix + "WebhookLog";
public const string WebhookLog = Webhook + "Log";
}
}
}