Fix typo in PlantRepository
This commit is contained in:
parent
2d20c3b2d2
commit
42bd5845fa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
import Repository from "./Repository";
|
import Repository from "./Repository";
|
||||||
|
|
||||||
const PlantRepsostory = {
|
const PlantRepository = {
|
||||||
|
|
||||||
getFilteredPlants(filters) {
|
getFilteredPlants(filters) {
|
||||||
return Repository.get(`/plants/`, { params: filters });
|
return Repository.get(`/plants/`, { params: filters });
|
||||||
|
@ -8,4 +8,4 @@ const PlantRepsostory = {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default PlantRepsostory;
|
export default PlantRepository;
|
||||||
|
|
Loading…
Reference in a new issue