Skip to content

Commit

Permalink
feat: add governance action list pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-musau committed Feb 18, 2025
1 parent 2ee3933 commit b9dd329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/services/requests/getNetworkMetrics.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NetworkMetrics } from "../../types/api";
import axiosInstance from "../axiosInstance";


export const getNetworkMetrics = async () => {
const response = await axiosInstance.get<NetworkMetrics>("/misc/network/metrics");
return response.data
Expand Down

0 comments on commit b9dd329

Please sign in to comment.