chore: resolve lint errors

This commit is contained in:
jamesgeorge007 2025-10-31 11:22:22 +05:30
parent c939c4f0c8
commit 69fb8ac63f

View file

@ -514,7 +514,7 @@ const toggleMockServer = async () => {
toast.error(t("error.something_went_wrong"))
loading.value = false
},
(result) => {
() => {
toast.success(
newActiveState
? t("mock_server.mock_server_started")