Update webhook log table using constant (#15101)
(cherry picked from commit f7d1ef722e)
This commit is contained in:
committed by
Zeegaan
parent
79d9ac759b
commit
5f3c0c56cc
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user