Skip to content

Commit

Permalink
Update project.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 authored Apr 18, 2024
1 parent da62f50 commit 8150bb0
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 @@ -8,7 +8,6 @@ import { type Response } from '@/types/Response.ts';
interface ProjectState {
projects: Ref<Project[] | null>;
project: Ref<Project | null>;
const response = ref<Response | null>(null);
getProjectByID: (id: string) => Promise<void>;
getProjectsByCourse: (courseId: string) => Promise<void>;
getProjectsByStudent: (studentId: string) => Promise<void>;
Expand Down

0 comments on commit 8150bb0

Please sign in to comment.