Skip to content

Commit

Permalink
ci: change of the leaderboard data from weekly to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingscliq committed Aug 8, 2023
1 parent a21a107 commit 4dbd33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaderboard/src/features/Leaderboard/api.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const useFetchLeaderBoard = () => {
const fetchLeaderBoard = async () => {
try {
const response = await axios.get(
`directory_items.json/?order=likes_received&period=weekly`
`directory_items.json/?order=likes_received&period=monthly`
);
return response?.data;
} catch (error) {
Expand Down

0 comments on commit 4dbd33c

Please sign in to comment.