Skip to content

Commit

Permalink
Update project.service.ts #245
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLany123 authored Apr 8, 2024
1 parent 9503283 commit 32995dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/composables/services/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function useProject(): ProjectState {

async function getProjectByID(id: string): Promise<void> {
const endpoint = endpoints.projects.retrieve.replace('{id}', id);
console.log(id);
await get<Project>(endpoint, project, Project.fromJSON);
}

Expand Down

0 comments on commit 32995dd

Please sign in to comment.