Update webhook log table using constant (#15101)

This commit is contained in:
Bjarne Fyrstenborg
2023-11-02 13:27:48 +01:00
committed by GitHub
parent 29be27ba46
commit f7d1ef722e

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";
}
}
}