♻️ 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

@ -288,5 +288,5 @@ export const startWebhookSimulation = function* () {
* @return {Action} The action.
*/
export const checkWebhookSimulationState = function* () {
return yield { type: ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION_STATE };
return yield { type: ACTION_TYPES.DO_CHECK_WEBHOOK_SIMULATION };
};