Skip to content

Commit

Permalink
Remove TODO for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Feb 15, 2024
1 parent 8d8d134 commit a308f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/projects/UserProjectsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export default {
project_name,
created_at
}
// TODO: Factor this out to its own call.
const project_endpoint = this.$store.state.api_endpoints.projects_endpoint + '/get-project'
axios.post(project_endpoint, request_params).then(response => {
const project_loader = {
Expand Down

0 comments on commit a308f1b

Please sign in to comment.