Skip to content

Commit

Permalink
#2043 - Remove cache for institution type (#2051)
Browse files Browse the repository at this point in the history
Remove cache for institution type
  • Loading branch information
dheepak-aot authored Jun 28, 2023
1 parent f7e819d commit 5ef2b02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ export class InstitutionService extends RecordDataModelService<Institution> {
where: {
id: institutionId,
},
cache: true,
// TODO:Implement the cache again after updating cache eviction strategy.
});
}

Expand Down

0 comments on commit 5ef2b02

Please sign in to comment.