Update webhook log table using constant (#15101)
This commit is contained in:
committed by
GitHub
parent
29be27ba46
commit
f7d1ef722e
@@ -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