refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// /redux/thunks/database/updatePoiThunk.js
|
||||
|
||||
import { createAsyncThunk } from "@reduxjs/toolkit";
|
||||
import { updatePoiService } from "../../../services/database/updatePoiService";
|
||||
import { updatePoiService } from "../../../services/database/pois/updatePoiService";
|
||||
|
||||
export const updatePoiThunk = createAsyncThunk("pois/update", async (poi, thunkAPI) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user