Skip to content

Commit 8a41543

Browse files
author
ruiichen
committed
weird rebase
1 parent 8102c21 commit 8a41543

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

backend/typescript/graphql/types/reviewDashboardType.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ const reviewDashboardType = gql`
1717
totalScore: Int
1818
}
1919
20-
type Review {
21-
passionFSG: Int
22-
teamPlayer: Int
23-
desireToLearn: Int
24-
skill: Int
25-
skillCategory: String
26-
comments: String
27-
}
28-
2920
type ReviewDetails {
3021
reviewerFirstName: String!
3122
reviewerLastName: String!

0 commit comments

Comments
 (0)