Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Jan 23, 2024
1 parent cc674bc commit 517637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/metrics/redux/slices/metrics_slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const {

const { setMetrics, setMetric, setSortedIds } = metricSlice.actions;

const getAvailableAttributes = (id, metricIndex) => async (dispatch, getState) => {
const getAvailableAttributes = (id, metricIndex) => async (dispatch, _getState) => {
const { toasts } = coreRefs;
const pplService = getPPLService();

Expand Down

0 comments on commit 517637d

Please sign in to comment.