♻️ Shorten action name

This commit is contained in:
Philipp Stracker 2025-01-13 14:12:57 +01:00
parent 30ab1bd51f
commit bc08aa74da
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -138,7 +138,7 @@ export const controls = {
} );
},
async [ ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION_STATE ]() {
async [ ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION ]() {
return await apiFetch( {
path: REST_WEBHOOKS_SIMULATE,
} );