Skip to content

Commit

Permalink
fix: better name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed Jul 15, 2024
1 parent 2f82336 commit 4975621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/breeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { url } from './api';

export const BreedsService = {
getBreeds: async () => {
list: async () => {
try {
const response = await fetch(`${url}/breed`);

Expand Down

0 comments on commit 4975621

Please sign in to comment.