Revert "fix: add v4 to the new alert payload (#6090)"

This reverts commit 5651d694854cd77964b9225af7aecb420c9c1fb8.
This commit is contained in:
ahmadshaheer 2024-10-17 14:37:13 +04:30 committed by Yunus M
parent 975f141604
commit ef3a9adb48

View File

@ -7,7 +7,6 @@ const create = async (
): Promise<SuccessResponse<PayloadProps> | ErrorResponse> => {
const response = await axios.post('/rules', {
...props.data,
version: 'v4',
});
return {