Skip to content

Commit

Permalink
remove extranneous cacheControl directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Apr 17, 2024
1 parent 1ae88cd commit b72dacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/modules/catalog/typedefs/catalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type EnrollmentDay @cacheControl(maxAge: 1) {
type CatalogItem @cacheControl(maxAge: 1) {
subject: String!
number: String!
title: String! @cacheControl(maxAge: 30)
title: String!
description: String!
classes: [CatalogClass]!
gradeAverage: Float
Expand Down

0 comments on commit b72dacf

Please sign in to comment.