Skip to content

Commit

Permalink
chore: remove unneeded input
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifan-kfan committed May 23, 2024
1 parent 8f35262 commit 6db10bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/redux/actions/getUserActivities.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
USER_ACTIVITIES_SUCCESS,
USER_ACTIVITIES_FAIL,
} from "./actionTypes";
import { ACTIVITY_LOGS_API_URL } from "../../config";

const startFetchingUserActivities = () => ({
type: GETTING_USER_ACTIVITIES,
Expand Down

0 comments on commit 6db10bf

Please sign in to comment.