Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
fix(transformer): correct the attribute name to transform for semester
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Oct 9, 2022
1 parent eec376a commit 3176ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/transformers/semester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class extends Transformer<Semester, void> {
"semesterOrder",
"startAt",
"endAt",
"createdAt"
"deletedAt"
])

return safeObject
Expand Down

0 comments on commit 3176ccf

Please sign in to comment.