Skip to content

Commit

Permalink
fix linter warning (quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Jan 3, 2020
1 parent 16de6ee commit 6193cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tribes/client/api/tribes.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export async function leave(tribeId) {
}

export async function read() {
const { data } = await axios.get(`/api/tribes?limit=50`);
const { data } = await axios.get('/api/tribes?limit=50');
return data;
}

0 comments on commit 6193cbf

Please sign in to comment.