fix: create guilds fix some

This commit is contained in:
2026-02-02 17:06:25 +03:30
parent 4b651f51c6
commit 199ffa7163
10 changed files with 282 additions and 191 deletions

View File

@@ -18,7 +18,6 @@ export const slaughterGetCitiesService = createAsyncThunk(
dispatch(LOADING_START());
const { data, status } = await axios.get("iran_city/?name=" + d);
dispatch(LOADING_END());
return { data, status };
}
);